Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
7e9d1bdda4a50dc66b6429739ff487a5bc959476
/
.
/
tests
/
kernel
/
fatal
/
CMakeLists.txt
blob: b0232e1f551bbdc93a6e4a9a50d6e3780c884f41 [
file
]
cmake_minimum_required(VERSION 3.13.1)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(fatal)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})