summaryrefslogtreecommitdiff
path: root/Source/cmSetTargetPropertiesCommand.h
diff options
context:
space:
mode:
authorBill Hoffman <bill.hoffman@kitware.com>2006-04-03 12:57:51 -0400
committerBill Hoffman <bill.hoffman@kitware.com>2006-04-03 12:57:51 -0400
commit3c8e899102dc58efa5301240f5bf5bf2225c2b65 (patch)
treeea7b3aa1cf42176e6719ffe9506ec76e4dcd1c9d /Source/cmSetTargetPropertiesCommand.h
parent32b63ef915eadc1d5e48c63e09ca1a65e0f0ca52 (diff)
downloadcmake-3c8e899102dc58efa5301240f5bf5bf2225c2b65.tar.gz
ENH: add support for per config target LINK_FLAGS
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r--Source/cmSetTargetPropertiesCommand.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h
index fdf41b15b2..21a7b50462 100644
--- a/Source/cmSetTargetPropertiesCommand.h
+++ b/Source/cmSetTargetPropertiesCommand.h
@@ -79,7 +79,8 @@ public:
"variable for executables)."
"\n"
"The LINK_FLAGS property can be used to add extra flags to the "
- "link step of a target. "
+ "link step of a target. LINK_FLAGS_<CONFIG> will add to the configuration "
+ "<CONFIG>, for example, DEBUG, RELEASE, MINSIZEREL, RELWITHDEBINFO. "
"DEFINE_SYMBOL sets the name of the preprocessor symbol defined when "
"compiling sources in a shared library. "
"If not set here then it is set to target_EXPORTS by default "