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 0f86d88..070f703 100644 --- a/Source/cmInstallFilesCommand.h +++ b/Source/cmInstallFilesCommand.h @@ -102,6 +102,7 @@ public: cmTypeMacro(cmInstallFilesCommand, cmCommand); private: + std::string m_TargetName; std::vector<std::string> m_FinalArgs; }; |