Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
e92323f0c4a6aa30992b9e0568d788f71f5211f2
/
.
/
tests
/
bluetooth
/
gap
/
CMakeLists.txt
blob: d4840d68a8772d824b701c1d6c531066d68fa125 [
file
] [
log
] [
blame
]
# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.20.0)
find_package(Zephyr COMPONENTS unittest REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(bt_gap)
target_sources(testbinary
PRIVATE
src/main.c
)