Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
aaaed300713d241bb222feb769b43eb32c446b33
/
.
/
tests
/
drivers
/
dac
/
dac_loopback
/
CMakeLists.txt
blob: eb9d2ee4bc4e45c33bca4ef0a1734e574c922810 [
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(dac_loopback)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})