From dc87e1906d94594b1957c56e4785c184d1743e81 Mon Sep 17 00:00:00 2001 From: Brad King Date: Mon, 23 Jul 2001 11:07:38 -0400 Subject: ENH: Added CONFIGURE_GCCXML command to do hard work of configuring GCCXML's flags for the current compiler. Currently only implemented correctly for Visual C++ in Windows. --- Source/cmCommands.cxx | 2 ++ 1 file changed, 2 insertions(+) (limited to 'Source/cmCommands.cxx') diff --git a/Source/cmCommands.cxx b/Source/cmCommands.cxx index 129d07c889..d791395e10 100644 --- a/Source/cmCommands.cxx +++ b/Source/cmCommands.cxx @@ -16,6 +16,7 @@ #include "cmCableClassSetCommand.cxx" #include "cmCableWrapTclCommand.cxx" #include "cmConfigureFileCommand.cxx" +#include "cmConfigureGccXmlCommand.cxx" #include "cmElseCommand.cxx" #include "cmEnableTestingCommand.cxx" #include "cmEndIfCommand.cxx" @@ -67,6 +68,7 @@ void GetPredefinedCommands(std::list& commands) commands.push_back(new cmCableClassSetCommand); commands.push_back(new cmCableWrapTclCommand); commands.push_back(new cmConfigureFileCommand); + commands.push_back(new cmConfigureGccXmlCommand); commands.push_back(new cmElseCommand); commands.push_back(new cmEnableTestingCommand); commands.push_back(new cmEndIfCommand); -- cgit v1.2.1