project_include.cmake 95 B

1234567
  1. if(CONFIG_NEWLIB_NANO_FORMAT)
  2. set(LIBC c_nano)
  3. else()
  4. set(LIBC c)
  5. endif()
  6. set(LIBM m)