This sample implements a custom module, so rename it to allow for other samples with specific features. Signed-off-by: Anas Nashif <anas.nashif@intel.com>
6 lines
160 B
CMake
6 lines
160 B
CMake
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})
|