summaryrefslogtreecommitdiffstats
path: root/Source/cmInstallTargetsCommand.h
diff options
context:
space:
mode:
authorAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-09 03:24:29 (GMT)
committerAndy Cedilnik <andy.cedilnik@kitware.com>2004-03-09 03:24:29 (GMT)
commit0f4f9677fcd988dba78583f93ebe0e7e266e7e98 (patch)
treed1cdb390ff259706e593f3b129762217e9f57ddf /Source/cmInstallTargetsCommand.h
parent3f752ea4cdc91b1abc956583e1309070a71463b3 (diff)
downloadCMake-0f4f9677fcd988dba78583f93ebe0e7e266e7e98.zip
CMake-0f4f9677fcd988dba78583f93ebe0e7e266e7e98.tar.gz
CMake-0f4f9677fcd988dba78583f93ebe0e7e266e7e98.tar.bz2
ENH: Add comment about RUNTIME_DIRECTORY
Diffstat (limited to 'Source/cmInstallTargetsCommand.h')
-rw-r--r--Source/cmInstallTargetsCommand.h6
1 files changed, 4 insertions, 2 deletions
diff --git a/Source/cmInstallTargetsCommand.h b/Source/cmInstallTargetsCommand.h
index b61fd05..02ff312 100644
--- a/Source/cmInstallTargetsCommand.h
+++ b/Source/cmInstallTargetsCommand.h
@@ -62,10 +62,12 @@ public:
virtual const char* GetFullDocumentation()
{
return
- " INSTALL_TARGETS(<dir> target target)\n"
+ " INSTALL_TARGETS(<dir> [RUNTIME_DIRECTORY dir] target target)\n"
"Create rules to install the listed targets into the given directory. "
"The directory <dir> is relative to the installation prefix, which "
- "is stored in the variable CMAKE_INSTALL_PREFIX.";
+ "is stored in the variable CMAKE_INSTALL_PREFIX. If RUNTIME_DIRECTORY "
+ "specified, then on systems with special runtime files (Windows DLL), "
+ "the files will be copied to that directory.";
}
cmTypeMacro(cmInstallTargetsCommand, cmCommand);