blob: 29b313ed00f1223551fd845edcbf5aa45204b2bd [file] [log] [blame]
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)