Merge topic 'per-language-link-library-flag'

689be6235e Generator: support per-language link library flag

Acked-by: Kitware Robot <kwrobot@kitware.com>
Merge-request: !3668
This commit is contained in:
Kyle Edwards
2019-08-13 14:05:26 +00:00
committed by Kitware Robot
5 changed files with 23 additions and 2 deletions

View File

@@ -0,0 +1,7 @@
CMAKE_<LANG>_LINK_LIBRARY_FLAG
------------------------------
Flag to be used to link a library into a shared library or executable.
This flag will be used to specify a library to link to a shared library or an
executable for the specific language. On most compilers this is ``-l``.