diff options
author | Brad King <brad.king@kitware.com> | 2009-09-30 13:37:35 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2009-09-30 13:37:35 (GMT) |
commit | 6d434ee6ccc250bfc653281643d70a3d1f8938cc (patch) | |
tree | 0b402bdcd66ed738b2e9f60fdd7774eb57ccaeb1 /Modules/Platform/Darwin-VisualAge-C.cmake | |
parent | f40406ed6bbb47e2b68e20cb7dd623a7961b090b (diff) | |
download | CMake-6d434ee6ccc250bfc653281643d70a3d1f8938cc.zip CMake-6d434ee6ccc250bfc653281643d70a3d1f8938cc.tar.gz CMake-6d434ee6ccc250bfc653281643d70a3d1f8938cc.tar.bz2 |
Split XL compiler information files
This moves platform-independent XL compiler flags into separate
"Compiler/XL-<lang>.cmake" modules. Platform-specific flags go in
"Platform/<os>-XL-<lang>.cmake" modules.
Diffstat (limited to 'Modules/Platform/Darwin-VisualAge-C.cmake')
-rw-r--r-- | Modules/Platform/Darwin-VisualAge-C.cmake | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Modules/Platform/Darwin-VisualAge-C.cmake b/Modules/Platform/Darwin-VisualAge-C.cmake new file mode 100644 index 0000000..859914f --- /dev/null +++ b/Modules/Platform/Darwin-VisualAge-C.cmake @@ -0,0 +1 @@ +include(Platform/Darwin-XL-C) |