diff options
author | Martin Storsjö <martin@martin.st> | 2020-01-26 20:00:01 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2020-01-31 19:37:34 (GMT) |
commit | 6348ffb9e55c5e84b9bc65d4d97a2f6b6f016edc (patch) | |
tree | e48bb3fcb447c5144133620403b99afff252dad3 /Modules/Platform/WindowsPhone-GNU-ASM.cmake | |
parent | 371e9e48a4186f41354938b0b805a351857c78a0 (diff) | |
download | CMake-6348ffb9e55c5e84b9bc65d4d97a2f6b6f016edc.zip CMake-6348ffb9e55c5e84b9bc65d4d97a2f6b6f016edc.tar.gz CMake-6348ffb9e55c5e84b9bc65d4d97a2f6b6f016edc.tar.bz2 |
ASM: Hook up Windows-specific GNU/Clang compiler information modules
This allows building .s/.S assembly code, and makes sure that the
`-fPIC` option isn't passed to the compiler (as it errors out on
Clang and causes a loud warning on GCC).
Diffstat (limited to 'Modules/Platform/WindowsPhone-GNU-ASM.cmake')
-rw-r--r-- | Modules/Platform/WindowsPhone-GNU-ASM.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/WindowsPhone-GNU-ASM.cmake b/Modules/Platform/WindowsPhone-GNU-ASM.cmake new file mode 100644 index 0000000..140eea7 --- /dev/null +++ b/Modules/Platform/WindowsPhone-GNU-ASM.cmake @@ -0,0 +1 @@ +include(Platform/Windows-GNU-ASM) |