CMake/Modules/Platform/Windows-GNU-CXX.cmake
Brad King aff3147917 Modernize GNU compiler info on Windows
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.
2009-12-02 11:27:59 -05:00

3 lines
58 B
CMake

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