mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-08-19 17:45:23 +00:00
We removed IS_TEST a while ago. Remove this stray reference Signed-off-by: Kumar Gala <kumar.gala@linaro.org>
7 lines
161 B
CMake
7 lines
161 B
CMake
include($ENV{ZEPHYR_BASE}/cmake/app/boilerplate.cmake NO_POLICY_SCOPE)
|
|
project(NONE)
|
|
|
|
enable_language(ASM)
|
|
|
|
target_sources(app PRIVATE src/main.c src/asmhelp.S)
|