mirror of
https://github.com/Kitware/CMake.git
synced 2026-02-21 06:30:20 -06:00
ENH: updated handling of debug and optimized target link libraries
This commit is contained in:
@@ -64,12 +64,13 @@ public:
|
||||
{
|
||||
return
|
||||
" TARGET_LINK_LIBRARIES(target library1\n"
|
||||
" <debug | optimized> library2\n"
|
||||
" <debug | optimized | general> library2\n"
|
||||
" ...)\n"
|
||||
"Specify a list of libraries to be linked into the specified target. "
|
||||
"The debug and optimized strings may be used to indicate that "
|
||||
"the next library listed is to be used only for that specific "
|
||||
"type of build";
|
||||
"type of build. general indicates it is used for all build types "
|
||||
"and is assumed if not specified.";
|
||||
}
|
||||
|
||||
cmTypeMacro(cmTargetLinkLibrariesCommand, cmCommand);
|
||||
|
||||
Reference in New Issue
Block a user