diff options
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r-- | Source/cmInstallFilesCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmInstallFilesCommand.h b/Source/cmInstallFilesCommand.h index ec1ad9d..5d7501d 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -106,9 +106,10 @@ protected: std::string FindInstallSource(const char* name) const; private: - std::string TargetName; std::vector<std::string> FinalArgs; bool IsFilesForm; + std::string Destination; + std::vector<std::string> Files; }; |