zephyr/tests/bluetooth/hci_codecs_info/CMakeLists.txt
Wolfgang Puffitsch 44fa773340 tests: Bluetooth: Add tests for reading codec and controller delay info
Exercise HCI commands to read codec and controller delay information.

Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
2020-11-26 15:46:17 +01:00

9 lines
242 B
CMake

# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
find_package(Zephyr REQUIRED HINTS $ENV{ZEPHYR_BASE})
project(bluetooth_hci_codecs_info)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})