Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
64aecd044f6d7d3e9c4826ab1badff7ff10ac4f1
/
.
/
tests
/
kernel
/
queue
/
CMakeLists.txt
blob: 3a021c2ba07949f56322da60c23dd863f35f2d5b [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(queue)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})