Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a7df3a1e0938f471ad7cd18124b464cda3fd24e2
/
.
/
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)