Merge topic 'aix-clang'

5cc34162 AIX: Add support for Clang compiler
This commit is contained in:
Brad King 2016-06-21 13:57:02 -04:00 committed by CMake Topic Stage
commit 736ffc627c
3 changed files with 6 additions and 0 deletions

View File

@ -0,0 +1,4 @@
aix-clang
---------
* The Clang compiler is now supported on AIX.

View File

@ -0,0 +1 @@
include(Platform/AIX-GNU-C)

View File

@ -0,0 +1 @@
include(Platform/AIX-GNU-CXX)