mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
6e34aea93c
While Clang presents an almost identical interface to GNU there will be some differences. Split the compiler information modules to allow separate rules for Clang. Start by loading the GNU rules but leave a place to add Clang-specific information.
3 lines
46 B
CMake
3 lines
46 B
CMake
include(Compiler/Clang)
|
|
__compiler_clang(CXX)
|