zephyr/samples/net/rpl-node/CMakeLists.txt

9 lines
258 B
CMake
Raw Permalink Normal View History

include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
target_sources(app PRIVATE src/main.c)
include($ENV{ZEPHYR_BASE}/samples/net/common/common.cmake)
target_include_directories(app PRIVATE $ENV{ZEPHYR_BASE}/subsys/net/ip)