Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
137ebbc43fc6314863dbf2a30e17a4dac928ef1e
/
.
/
samples
/
drivers
/
entropy
/
CMakeLists.txt
blob: 5aeaa86fe326898361d1579108ede13ddfcef1ba [
file
] [
log
] [
blame
]
# 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(entropy)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})