Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
0ecc71ccb22e3dcaba2a50adec1d2c1f72c373ea
/
.
/
tests
/
bluetooth
/
uuid
/
CMakeLists.txt
blob: 5a0c1851b89e3f98234f4c90b91685b6ba3690b3 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr HINTS $ENV{ZEPHYR_BASE})
project(bluetooth_gatt)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})