Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
a7df3a1e0938f471ad7cd18124b464cda3fd24e2
/
.
/
samples
/
net
/
nats
/
CMakeLists.txt
blob: 8a682c322fc0c695dcfc57a4d2cf5d68f8fda0ea [
file
] [
log
] [
blame
]
cmake_minimum_required(VERSION 3.8.2)
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(nats)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})