zephyr/samples/net/lwm2m_client/CMakeLists.txt

10 lines
277 B
CMake

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)