diff options
Diffstat (limited to 'Source/cmSetPropertyCommand.h')
-rw-r--r-- | Source/cmSetPropertyCommand.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Source/cmSetPropertyCommand.h b/Source/cmSetPropertyCommand.h index eaa0233..b06cb68 100644 --- a/Source/cmSetPropertyCommand.h +++ b/Source/cmSetPropertyCommand.h @@ -62,6 +62,8 @@ private: bool HandleTest(cmTest* test); bool HandleCacheMode(); bool HandleCacheEntry(cmCacheManager::CacheIterator&); + bool HandleInstallMode(); + bool HandleInstall(cmInstalledFile* file); }; |