CMake/Modules/Platform/AIX-XL-C.cmake
Brad King 89ea7a3d3c Factor AIX and XL compiler flags into common module
Factor duplicate flag information from Platform/AIX-XL-*.cmake into
Platform/AIX-XL.cmake and load it from the original files.
2011-03-02 11:20:50 -05:00

3 lines
46 B
CMake

include(Platform/AIX-XL)
__aix_compiler_xl(C)