mirror of
https://github.com/Kitware/CMake.git
synced 2026-01-06 13:51:33 -06:00
Extend the change from commit 689be6235e (Generator: support
per-language link library flag, 2019-08-08) to cover more link library
command-line flag components. Allow compilers for different languages
to use different values for these linking-related variables within the
same build.
Closes: #19631
9 lines
276 B
ReStructuredText
9 lines
276 B
ReStructuredText
CMAKE_<LANG>_LINK_LIBRARY_FILE_FLAG
|
|
-----------------------------------
|
|
|
|
Language-specific flag to be used to link a library specified by
|
|
a path to its file.
|
|
|
|
The flag will be used before a library file path is given to the
|
|
linker. This is needed only on very few platforms.
|