Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
692b88ef366ddee326c2a3f6847c3328a511d0f0
/
.
/
tests
/
bluetooth
/
init
/
CMakeLists.txt
blob: 4c556670b00c2e175724d66f74c8a259611991b0 [
file
]
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(bluetooth_init)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})