9 lines
195 B
CMake
9 lines
195 B
CMake
![]() |
set(CONF_FILE c3.conf)
|
||
|
|
||
|
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
||
|
project(NONE)
|
||
|
|
||
|
target_link_libraries(app subsys__bluetooth)
|
||
|
|
||
|
target_sources(app PRIVATE src/main.c)
|