Sign in
pigweed
/
third_party
/
github
/
zephyrproject-rtos
/
zephyr
/
112800d6c157750df954756c6eff22a684ee0bf8
/
.
/
samples
/
net
/
coaps_server
/
CMakeLists.txt
blob: d34895228e6b1095db804f41e8a0c53a5c9bbbe5 [
file
] [
log
] [
blame
]
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
target_link_libraries(app mbedTLS)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})