blob: 513273283fa8896e8c432896b5e61ad51c23d0c5 [file] [log] [blame]
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
FILE(GLOB app_sources src/*.c)
target_sources(app PRIVATE ${app_sources})
include($ENV{ZEPHYR_BASE}/samples/net/common/common.cmake)
target_link_libraries_ifdef(CONFIG_MBEDTLS app mbedTLS)