mirror of
https://github.com/zephyrproject-rtos/zephyr
synced 2025-09-01 14:42:33 +00:00
sprintf is not a kernel feature, move it out to lib/ 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})
|