diff options
author | Brad King <brad.king@kitware.com> | 2010-06-07 18:36:28 (GMT) |
---|---|---|
committer | Brad King <brad.king@kitware.com> | 2010-06-07 18:36:28 (GMT) |
commit | 6cf1ccd63270ab1a8ee790ff8faad17154870b5c (patch) | |
tree | 5456e64a7c6b366480a45f02fa009ec2cef5d454 /Source/cmTarget.cxx | |
parent | 608406bf55ad6aa33acff382c15038e95314a587 (diff) | |
parent | c8b13ecc380e38eda475974bc7ab515a65fe90cc (diff) | |
download | CMake-6cf1ccd63270ab1a8ee790ff8faad17154870b5c.zip CMake-6cf1ccd63270ab1a8ee790ff8faad17154870b5c.tar.gz CMake-6cf1ccd63270ab1a8ee790ff8faad17154870b5c.tar.bz2 |
Merge branch 'per-config-link-flags'
Diffstat (limited to 'Source/cmTarget.cxx')
-rw-r--r-- | Source/cmTarget.cxx | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/Source/cmTarget.cxx b/Source/cmTarget.cxx index 54b1815..45ba358 100644 --- a/Source/cmTarget.cxx +++ b/Source/cmTarget.cxx @@ -708,6 +708,11 @@ void cmTarget::DefineProperties(cmake *cm) "Extra flags to use when linking a static library."); cm->DefineProperty + ("STATIC_LIBRARY_FLAGS_<CONFIG>", cmProperty::TARGET, + "Per-configuration flags for creating a static library.", + "This is the configuration-specific version of STATIC_LIBRARY_FLAGS."); + + cm->DefineProperty ("SUFFIX", cmProperty::TARGET, "What comes after the library name.", "A target property that can be set to override the suffix " |