zephyr/samples/bluetooth/ibeacon/CMakeLists.txt

10 lines
251 B
CMake
Raw Normal View History

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()