Files
CMake/Modules/Platform/Windows-GNU-ASM.cmake
Martin Storsjö 6348ffb9e5 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).
2020-01-31 14:37:34 -05:00

3 lines
58 B
CMake

include(Platform/Windows-GNU)
__windows_compiler_gnu(ASM)