Add support for the Intel compiler used for ASM under Windows
Alex
This commit is contained in:
parent
4258b24134
commit
17c658f819
@ -6,4 +6,8 @@ SET(CMAKE_ASM_FLAGS_MINSIZEREL_INIT "-Os -DNDEBUG")
|
|||||||
SET(CMAKE_ASM_FLAGS_RELEASE_INIT "-O3 -DNDEBUG")
|
SET(CMAKE_ASM_FLAGS_RELEASE_INIT "-O3 -DNDEBUG")
|
||||||
SET(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
|
SET(CMAKE_ASM_FLAGS_RELWITHDEBINFO_INIT "-O2 -g")
|
||||||
|
|
||||||
set(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s)
|
IF(UNIX)
|
||||||
|
SET(CMAKE_ASM_SOURCE_FILE_EXTENSIONS s;S)
|
||||||
|
ELSE(UNIX)
|
||||||
|
SET(CMAKE_ASM_SOURCE_FILE_EXTENSIONS asm)
|
||||||
|
ENDIF(UNIX)
|
||||||
|
2
Modules/Platform/Windows-Intel-ASM.cmake
Normal file
2
Modules/Platform/Windows-Intel-ASM.cmake
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
include(Platform/Windows-Intel)
|
||||||
|
__windows_compiler_intel(ASM)
|
Loading…
x
Reference in New Issue
Block a user