mirror of
https://github.com/Detanup01/gbe_fork.git
synced 2024-11-28 13:44:02 +08:00
12 lines
292 B
CMake
12 lines
292 B
CMake
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)
|