mirror of
https://github.com/reactos/CMake.git
synced 2024-11-28 05:50:42 +00:00
aff3147917
This moves GNU compiler info on Windows into new-style modules Platform/Windows-GNU-<lang>.cmake using language-independent helper module Platform/Windows-GNU.cmake to define macros consolidating the information.
3 lines
58 B
CMake
3 lines
58 B
CMake
include(Platform/Windows-GNU)
|
|
__windows_compiler_gnu(CXX)
|