summaryrefslogtreecommitdiffstats
path: root/Source/cmCableWrapTclCommand.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2001-09-12 19:18:23 (GMT)
committerBrad King <brad.king@kitware.com>2001-09-12 19:18:23 (GMT)
commitaac4e8eb3cdd05b865aadeddfcca332967affc1a (patch)
treeeaae2574f6ecf51a596d14fe8bee008f1f936496 /Source/cmCableWrapTclCommand.h
parent563d3a886c4bbbdbba3211e71f21df5f77f7944b (diff)
downloadCMake-aac4e8eb3cdd05b865aadeddfcca332967affc1a.zip
CMake-aac4e8eb3cdd05b865aadeddfcca332967affc1a.tar.gz
CMake-aac4e8eb3cdd05b865aadeddfcca332967affc1a.tar.bz2
ENH: Added parsing of gccxml flags into separate arguments for setting the custom command. This is necessary since the custom command now takes a vector of individual command line options instead of a single string.
Diffstat (limited to 'Source/cmCableWrapTclCommand.h')
-rw-r--r--Source/cmCableWrapTclCommand.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/Source/cmCableWrapTclCommand.h b/Source/cmCableWrapTclCommand.h
index ae50716..24793c8 100644
--- a/Source/cmCableWrapTclCommand.h
+++ b/Source/cmCableWrapTclCommand.h
@@ -103,7 +103,10 @@ protected:
std::string GetGccXmlFromCache() const;
std::string GetGccXmlFlagsFromCache() const;
std::string GetCableFromCache() const;
+ void AddGccXmlFlagsFromCache(std::vector<std::string>&) const;
+ class cmGccXmlFlagsParser;
+
private:
/**
* The name of the package of wrappers to produce.