From 3c3569c4f936e632517106596836859f8820093c Mon Sep 17 00:00:00 2001 From: Alexander Bushnev Date: Wed, 6 Nov 2024 15:15:45 +0100 Subject: [PATCH] Add platform_common.c to zephyr CMakeLists.txt file --- zephyr/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/zephyr/CMakeLists.txt b/zephyr/CMakeLists.txt index 3559a1c90..f358d4659 100644 --- a/zephyr/CMakeLists.txt +++ b/zephyr/CMakeLists.txt @@ -37,6 +37,7 @@ file(GLOB_RECURSE Sources "../src/session/*.c" "../src/transport/*.c" "../src/utils/*.c" + "../src/system/platform_common.c" ) file (GLOB Sources_Zephyr "../src/system/zephyr/*.c")