diff options
author | Brad King <brad.king@kitware.com> | 2001-06-08 18:40:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-06-08 18:40:28 (GMT) |
commit | cff74e9a78b79c1dc3a0a689bf454a2e78ee6f9f (patch) | |
tree | fb6884214c521f84f3b83da6624c2196a81f1ec5 /Source/cmCableWrapTclCommand.h | |
parent | 1ede7e4e243bab5373a257e4ebeb1d3c21dec75d (diff) | |
download | CMake-cff74e9a78b79c1dc3a0a689bf454a2e78ee6f9f.zip CMake-cff74e9a78b79c1dc3a0a689bf454a2e78ee6f9f.tar.gz CMake-cff74e9a78b79c1dc3a0a689bf454a2e78ee6f9f.tar.bz2 |
ENH: Added proper request for/generation of CABLE, GCCXML, and GCCXML_FLAGS cache entries. This also allowed the correct generation of gccxml rules.
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 055b035..a86f8ff 100644 --- a/Source/cmCableWrapTclCommand.h +++ b/Source/cmCableWrapTclCommand.h @@ -98,6 +98,9 @@ public: protected: void GenerateCableFiles() const; void GenerateCableClassFiles(const char*, const cmCableClass&, unsigned int) const; + std::string GetGccXmlFromCache() const; + std::string GetGccXmlFlagsFromCache() const; + std::string GetCableFromCache() const; private: /** |