1
0
Fork 0
zephyr-hci-uart-3wire/CMakeLists.txt

9 lines
195 B
CMake
Raw Normal View History

2018-01-01 11:25:03 -05:00
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)