blob: c7ef7071aa54ce8946d1a67d07af12f42b050197 [file] [log] [blame]
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
project(NONE)
FILE(GLOB app_sources src/*.cpp)
target_sources(app PRIVATE ${app_sources})