Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
b867f0e8a629880e9a1536c084d8f3785a42754b
/
.
/
tests
/
kernel
/
early_sleep
/
CMakeLists.txt
blob: 882462ac6c18dba313d170b7111018dc91b98f57 [
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(early_sleep)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})