mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-06-13 09:55:42 +00:00
Detect QCC as the compiler
This commit is contained in:
parent
5fee62d774
commit
254f03388f
1 changed files with 2 additions and 0 deletions
|
|
@ -197,6 +197,8 @@ elseif(MSVC_VERSION GREATER 1400) # VisualStudio 8.0+
|
|||
elseif(CMAKE_C_COMPILER_ID MATCHES "^Intel$")
|
||||
set(SDL_ASSEMBLY_DEFAULT TRUE)
|
||||
set(USE_INTELCC TRUE)
|
||||
elseif(CMAKE_C_COMPILER_ID MATCHES "QCC")
|
||||
set(USE_QCC TRUE)
|
||||
else()
|
||||
set(SDL_ASSEMBLY_DEFAULT FALSE)
|
||||
endif()
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue