mirror of
https://github.com/espressif/esp-idf
synced 2025-03-10 09:39:10 -04:00
8 lines
95 B
CMake
8 lines
95 B
CMake
if(CONFIG_NEWLIB_NANO_FORMAT)
|
|
set(LIBC c_nano)
|
|
else()
|
|
set(LIBC c)
|
|
endif()
|
|
|
|
set(LIBM m)
|