Skip to content

Commit

Permalink
Add platform_common.c to zephyr CMakeLists.txt file
Browse files Browse the repository at this point in the history
  • Loading branch information
sashacmc committed Nov 6, 2024
1 parent 0fd9d9e commit 3c3569c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions zephyr/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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")
Expand Down

0 comments on commit 3c3569c

Please sign in to comment.