You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

12 lines
281 B

include(Compiler/CMakeCommonCompilerMacros)
include(Compiler/ADSP)
__compiler_adsp(C)
set(CMAKE_C90_STANDARD_COMPILE_OPTION -c89)
set(CMAKE_C90_STANDARD__HAS_FULL_SUPPORT ON)
set(CMAKE_C99_STANDARD__HAS_FULL_SUPPORT ON)
__compiler_check_default_language_standard(C 8.0.0.0 99)