Skip to content

Commit 89c2463

Browse files
committed
Add cmakelists for zephyr build
1 parent 8a280a4 commit 89c2463

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

CMakeLists.txt

+5
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,5 @@
1+
zephyr_library_include_directories(.)
2+
FILE(GLOB app_sources *.c)
3+
target_sources(app PRIVATE
4+
${app_sources}
5+
)

0 commit comments

Comments
 (0)