diff options
author | Brad King <brad.king@kitware.com> | 2001-09-12 19:18:23 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-09-12 19:18:23 (GMT) |
commit | aac4e8eb3cdd05b865aadeddfcca332967affc1a (patch) | |
tree | eaae2574f6ecf51a596d14fe8bee008f1f936496 /Source/cmCableWrapTclCommand.h | |
parent | 563d3a886c4bbbdbba3211e71f21df5f77f7944b (diff) | |
download | CMake-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.h | 3 |
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. |