mirror of
https://github.com/libsdl-org/SDL.git
synced 2026-02-05 19:37:13 +00:00
Detect QCC as the compiler
This commit is contained in:
committed by
Ryan C. Gordon
parent
5fee62d774
commit
254f03388f
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user