7 lines
171 B
CMake
7 lines
171 B
CMake
|
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)
|