blob: 3d969d2587cc3e434f7ae86123ee1938c8dc1a94 [file] [log] [blame]
cmake_minimum_required(VERSION 3.8.2)
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)
generate_inc_file_for_target(
app
src/echo-apps-cert.der
${ZEPHYR_BINARY_DIR}/include/generated/echo-apps-cert.der.inc
)