Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d8b51ea9cd3a2c89c93cdfc2bc69d598ded2be69
/
.
/
samples
/
bluetooth
/
ibeacon
/
CMakeLists.txt
blob: 6722311a4ba5c237f8c80e61d9b106b8867217c1 [
file
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(ibeacon)
target_sources(app PRIVATE src/main.c)
if(IBEACON_RSSI)
zephyr_compile_definitions(IBEACON_RSSI=${IBEACON_RSSI})
endif()