mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:02:29 +00:00
This test has nothing related to kernel. 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})
|