We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 378afde commit 1c7a7f7Copy full SHA for 1c7a7f7
examples/nimble/CMakeLists.txt
@@ -20,7 +20,12 @@
20
21
if(CONFIG_EXAMPLES_NIMBLE)
22
nuttx_add_application(
23
- NAME nimble
24
- SRCS ${CMAKE_CURRENT_LIST_DIR}/nimble_main.c
25
- DEPENDS nimble)
+ NAME
+ nimble
+ SRCS
26
+ ${CMAKE_CURRENT_LIST_DIR}/nimble_main.c
27
+ INCLUDE_DIRECTORIES
28
+ $<GENEX_EVAL:$<TARGET_PROPERTY:nimble,INCLUDE_DIRECTORIES>>
29
+ DEPENDS
30
+ nimble)
31
endif()
0 commit comments