zephyr/samples/bluetooth/eddystone/CMakeLists.txt
Sebastian Bøe c7832bd343 cmake: Use -serial bt-server when CONFIG_BT
Signed-off-by: Sebastian Boe <sebastian.boe@nordicsemi.no>
2017-11-08 20:00:22 -05:00

9 lines
201 B
CMake

include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
target_sources(app PRIVATE
src/main.c
)
zephyr_library_include_directories($ENV{ZEPHYR_BASE}/samples/bluetooth)