Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
d9f065845d91fef456c38cbdbf90b3d31ba8ad8b
/
.
/
tests
/
kconfig
/
functions
/
CMakeLists.txt
blob: f6649609cb627346ed47f3d3d481b8f0b277697d [
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(kconfig_functions)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})