This website requires JavaScript.
Explore
Help
Sign In
kolan
/
CMake
Watch
1
Star
0
Fork
You've already forked CMake
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
155e644365
CMake
/
Modules
/
Compiler
/
GNU-C.cmake
3 lines
40 B
CMake
Raw
Normal View
History
Unescape
Escape
Split GNU compiler information files 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.
2009-12-02 17:52:00 +03:00
include
(
Compiler/GNU
)
__compiler_gnu
(
C
)