mirror of
https://github.com/reactos/CMake.git
synced 2025-02-13 08:06:16 +00:00
![Brad King](/assets/img/avatar_default.png)
This moves GNU compiler flags into new-style modules Compiler/GNU-<lang>.cmake Platform/<os>-GNU-<lang>.cmake We use language-independent helper modules Compiler/GNU.cmake Platform/<os>-GNU.cmake to define macros consolidating the information.
3 lines
60 B
CMake
3 lines
60 B
CMake
include(Platform/CYGWIN-GNU)
|
|
__cygwin_compiler_gnu(Fortran)
|