summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallFilesCommand.h
diff options
context:
space:
mode:
Diffstat (limited to 'Source/cmInstallFilesCommand.h')
-rw-r--r--Source/cmInstallFilesCommand.h3
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;
};