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