OVMS3-idf/components/newlib/project_include.cmake
2019-11-20 11:17:27 +01:00

8 lines
95 B
CMake

if(CONFIG_NEWLIB_NANO_FORMAT)
set(LIBC c_nano)
else()
set(LIBC c)
endif()
set(LIBM m)