diff options
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r-- | Source/cmInstallFilesCommand.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index 5d7501d..357f343 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -103,6 +103,7 @@ public: cmTypeMacro(cmInstallFilesCommand, cmCommand); protected: + void CreateInstallGenerator() const; std::string FindInstallSource(const char* name) const; private: |