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