2017-11-08 17:48:41 +08:00
|
|
|
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)
|
2017-11-09 02:06:30 +08:00
|
|
|
|
|
|
|
target_include_directories(app PRIVATE $ENV{ZEPHYR_BASE}/subsys/net/ip)
|