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