esp-idf/components/newlib/project_include.cmake

8 wiersze
95 B
CMake
Czysty Zwykły widok Historia

2019-11-05 11:20:26 +00:00
if(CONFIG_NEWLIB_NANO_FORMAT)
set(LIBC c_nano)
else()
2019-11-05 11:20:26 +00:00
set(LIBC c)
endif()
2019-11-05 11:20:26 +00:00
set(LIBM m)