esp-idf/components/newlib/project_include.cmake

8 lines
95 B
CMake
Raw Normal View History

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