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