zephyr/samples/bluetooth/peripheral/CMakeLists.txt

13 lines
265 B
CMake
Raw Normal View History

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