diff options
author | Brad King <brad.king@kitware.com> | 2001-03-08 21:13:27 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2001-03-08 21:13:27 (GMT) |
commit | 71153219e19446350006f84e0b712e912bb0e291 (patch) | |
tree | 8a316ed37e6ba9392373ee0900caab3e2ac6c9e8 /Source/cmCablePackageCommand.h | |
parent | 02fe9118038019e05320081d893340a659f8daa3 (diff) | |
download | CMake-71153219e19446350006f84e0b712e912bb0e291.zip CMake-71153219e19446350006f84e0b712e912bb0e291.tar.gz CMake-71153219e19446350006f84e0b712e912bb0e291.tar.bz2 |
ENH: Added creation of custom rules for generating CABLE packages.
Diffstat (limited to 'Source/cmCablePackageCommand.h')
-rw-r--r-- | Source/cmCablePackageCommand.h | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/Source/cmCablePackageCommand.h b/Source/cmCablePackageCommand.h index 8546556..b8a76c7 100644 --- a/Source/cmCablePackageCommand.h +++ b/Source/cmCablePackageCommand.h @@ -47,6 +47,14 @@ public: virtual bool Invoke(std::vector<std::string>& args); /** + * This is called at the end after all the information + * specified by the command is accumulated. Most commands do + * not implement this method. At this point, reading and + * writing to the cache can be done. + */ + virtual void FinalPass(); + + /** * The name of the command as specified in CMakeList.txt. */ virtual const char* GetName() { return "CABLE_PACKAGE";} |