summaryrefslogtreecommitdiffstats
path: root/Help/release/dev
diff options
context:
space:
mode:
authorBrad King <brad.king@kitware.com>2019-08-29 13:40:40 (GMT)
committerKitware Robot <kwrobot@kitware.com>2019-08-29 13:41:06 (GMT)
commit3ec986ce8e8df269eb6b6b9f37e12b02194168fd (patch)
tree324b5c27fdbb9224268539f856ba2286fa9a3403 /Help/release/dev
parentee945a590b14601b912ec15a8247f6b6ec338dd5 (diff)
parent79b282425185b70426716f23feb06e7e9e6ed752 (diff)
downloadCMake-3ec986ce8e8df269eb6b6b9f37e12b02194168fd.zip
CMake-3ec986ce8e8df269eb6b6b9f37e12b02194168fd.tar.gz
CMake-3ec986ce8e8df269eb6b6b9f37e12b02194168fd.tar.bz2
Merge topic 'per-lang-link-library-flag'
79b2824251 Add per-lang variants of CMAKE_LINK_LIBRARY_{FILE_FLAG,SUFFIX} Acked-by: Kitware Robot <kwrobot@kitware.com> Merge-request: !3747
Diffstat (limited to 'Help/release/dev')
-rw-r--r--Help/release/dev/per-lang-link-library-flag.rst10
1 files changed, 6 insertions, 4 deletions
diff --git a/Help/release/dev/per-lang-link-library-flag.rst b/Help/release/dev/per-lang-link-library-flag.rst
index ca1181d..4f5966d 100644
--- a/Help/release/dev/per-lang-link-library-flag.rst
+++ b/Help/release/dev/per-lang-link-library-flag.rst
@@ -1,7 +1,9 @@
per-lang-link-library-flag
--------------------------
-* The new :variable:`CMAKE_<LANG>_LINK_LIBRARY_FLAG` flag allows you to now
- control the flag used to specify linking to a library on a per-language basis.
- This is useful for mixed-language projects where the different drivers may use
- different flags.
+* New variables :variable:`CMAKE_<LANG>_LINK_LIBRARY_FLAG`,
+ :variable:`CMAKE_<LANG>_LINK_LIBRARY_FILE_FLAG`, and
+ :variable:`CMAKE_<LANG>_LINK_LIBRARY_SUFFIX` allow control of the
+ flag used to specify linking to a library on a per-language basis.
+ This is useful for mixed-language projects where the different
+ drivers may use different flags.