blob: 56064229c3d7cc76e46fd81cc3e67407690b34e5 [file] [log] [blame]
cmake_minimum_required(VERSION 3.8.2)
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)