summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetGenerator.h
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2021-03-05 16:41:06 (GMT)
committerBrad King <brad.king@kitware.com>2021-03-16 15:06:46 (GMT)
commitf73b6879e9f93157bc3bec26ee319cf67e6b026a (patch)
tree316572da4b197758c1619a35cdd83572656c0398 /Source/cmInstallTargetGenerator.h
parentea430582f96a085e1b4d7c5125d5ca8a2266e48b (diff)
downloadCMake-f73b6879e9f93157bc3bec26ee319cf67e6b026a.zip
CMake-f73b6879e9f93157bc3bec26ee319cf67e6b026a.tar.gz
CMake-f73b6879e9f93157bc3bec26ee319cf67e6b026a.tar.bz2
cmInstallTargetGenerator: Report namelink mode with list of files
Diffstat (limited to 'Source/cmInstallTargetGenerator.h')
-rw-r--r--Source/cmInstallTargetGenerator.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/Source/cmInstallTargetGenerator.h b/Source/cmInstallTargetGenerator.h
index b94c2a6..84fce42 100644
--- a/Source/cmInstallTargetGenerator.h
+++ b/Source/cmInstallTargetGenerator.h
@@ -81,6 +81,7 @@ public:
// Prefix for all files in To.
std::string ToDir;
+ NamelinkModeType NamelinkMode = NamelinkModeNone;
bool NoTweak = false;
bool UseSourcePermissions = false;
cmInstallType Type = cmInstallType();