Skip to content

Commit

Permalink
Merge pull request #778 from ZettaScaleLabs/fix_zephyr_build_2
Browse files Browse the repository at this point in the history
Add platform_common.c to zephyr CMakeLists.txt file
  • Loading branch information
Mallets authored Nov 7, 2024
2 parents 0fd9d9e + 3c3569c commit 7cffd69
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 7cffd69

Please sign in to comment.