Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d8b51ea9cd3a2c89c93cdfc2bc69d598ded2be69
/
.
/
samples
/
bluetooth
/
eddystone
/
CMakeLists.txt
blob: 200e6be627adb94279c34a18024ed4e022886f5b [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(eddystone)
target_sources(app PRIVATE
src/main.c
)
zephyr_library_include_directories($ENV{ZEPHYR_BASE}/samples/bluetooth)