diff options
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";} |