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
4097914bbd
CMake
/
Modules
/
Compiler
/
Clang-ASM.cmake
2 lines
26 B
CMake
Raw
Normal View
History
Unescape
Escape
Recognize Clang ASM support (#13473) Since commit 571dc748 (Recognize Clang C and C++ compilers, 2010-05-17) we recognize Clang C and C++ support. Add Compiler/Clang-ASM.cmake to enable use of Clang for ASM too. Also teach Assembler test to try Clang as an assembler. Suggested-by: Tobias Pape <tobiaspape@gmail.com>
2012-08-15 17:36:05 +04:00
include
(
Compiler/GNU-ASM
)