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