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
1b3ab3318d
CMake
/
Modules
/
Compiler
/
Clang-ASM.cmake
6 lines
94 B
CMake
Raw
Normal View
History
Unescape
Escape
Clang: Split Compiler/Clang* modules out from GNU (#13550) 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.
2012-09-19 22:04:13 +04:00
include
(
Compiler/Clang
)
set
(
CMAKE_ASM_SOURCE_FILE_EXTENSIONS
s;S;asm
)
__compiler_clang
(
ASM
)