ENH: Add comment about RUNTIME_DIRECTORY
This commit is contained in:
parent
3f752ea4cd
commit
0f4f9677fc
|
@ -62,10 +62,12 @@ public:
|
||||||
virtual const char* GetFullDocumentation()
|
virtual const char* GetFullDocumentation()
|
||||||
{
|
{
|
||||||
return
|
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. "
|
"Create rules to install the listed targets into the given directory. "
|
||||||
"The directory <dir> is relative to the installation prefix, which "
|
"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);
|
cmTypeMacro(cmInstallTargetsCommand, cmCommand);
|
||||||
|
|
Loading…
Reference in New Issue