diff options
author | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-03 16:57:51 (GMT) |
---|---|---|
committer | Bill Hoffman <bill.hoffman@kitware.com> | 2006-04-03 16:57:51 (GMT) |
commit | 3c8e899102dc58efa5301240f5bf5bf2225c2b65 (patch) | |
tree | ea7b3aa1cf42176e6719ffe9506ec76e4dcd1c9d /Source/cmSetTargetPropertiesCommand.h | |
parent | 32b63ef915eadc1d5e48c63e09ca1a65e0f0ca52 (diff) | |
download | CMake-3c8e899102dc58efa5301240f5bf5bf2225c2b65.zip CMake-3c8e899102dc58efa5301240f5bf5bf2225c2b65.tar.gz CMake-3c8e899102dc58efa5301240f5bf5bf2225c2b65.tar.bz2 |
ENH: add support for per config target LINK_FLAGS
Diffstat (limited to 'Source/cmSetTargetPropertiesCommand.h')
-rw-r--r-- | Source/cmSetTargetPropertiesCommand.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/Source/cmSetTargetPropertiesCommand.h b/Source/cmSetTargetPropertiesCommand.h index fdf41b1..21a7b50 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 " |