zephyr/tests/kconfig/configdefault/CMakeLists.txt
Jordan Yates cea39d4383 tests: kconfig: test configdefault extension
Test the behaviour of the `configdefault` kconfig extension.

Signed-off-by: Jordan Yates <jordan.yates@data61.csiro.au>
2023-10-26 09:47:06 +02:00

9 lines
238 B
CMake

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