CMake/Modules/Platform/WindowsStore-Clang-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

2 lines
36 B
CMake

include(Platform/Windows-Clang-ASM)