mirror of
https://github.com/reactos/CMake.git
synced 2024-11-24 12:09:48 +00:00
97de48b528
The `Assembler` test runs the C compiler in a custom command to generate a `.s` file for the platform. When using the GNU-like Clang variant on Windows, ensure that the custom command includes the MSVC runtime library selection flags for Clang. That way the resulting `.s` file, when assembled into a `.obj`, will tell the linker what runtime library it needs. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
main-linux-x86-gas.s | ||
main.c |