zephyr/lib/libc/CMakeLists.txt

6 lines
93 B
CMake

if(CONFIG_NEWLIB_LIBC)
add_subdirectory(newlib)
else()
add_subdirectory(minimal)
endif()