zephyr/tests/bluetooth/ll_settings/CMakeLists.txt
Wolfgang Puffitsch f62fe1551a tests: Bluetooth: Add test case for settings in the controller.
Test case to set and change Company Id and Subversion Number.

Signed-off-by: Wolfgang Puffitsch <wopu@demant.com>
2019-07-23 10:58:03 +02:00

11 lines
346 B
CMake

# SPDX-License-Identifier: Apache-2.0
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(bluetooth_ll_settings)
zephyr_library_include_directories($ENV{ZEPHYR_BASE}/subsys/bluetooth/controller/include)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})