blob: 1a2ce3aeca98f127fa37d17fcd82f7aee30dc0dd [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 source_for_app src/*.c)
target_sources(app PRIVATE ${source_for_app})