We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8a280a4 commit 89c2463Copy full SHA for 89c2463
CMakeLists.txt
@@ -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