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
2f690ab8cb
CMake
/
Modules
/
Platform
/
Linux-Clang-C.cmake
2 lines
30 B
CMake
Raw
Normal View
History
Unescape
Escape
Recognize Clang C and C++ compilers (see #10693) Map to the platform and compiler information for GNU because the compilers are command-line compatible for common operations. Later we can add Clang-specific features as necessary. We honor the preferred capitalization is "Clang", not the common mis-spelling "CLang".
2010-05-17 22:11:20 +04:00
INCLUDE
(
Platform/Linux-GNU-C
)