6 lines
93 B
CMake
6 lines
93 B
CMake
|
if(CONFIG_NEWLIB_LIBC)
|
||
|
add_subdirectory(newlib)
|
||
|
else()
|
||
|
add_subdirectory(minimal)
|
||
|
endif()
|