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