blob: c37a380e2a7656bdcd10a773acfe1e08ebbc1dcc [file] [log] [blame]
cmake_minimum_required(VERSION 3.8.2)
set(KCONFIG_ROOT ${CMAKE_CURRENT_SOURCE_DIR}/Kconfig)
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)