mirror of
https://github.com/reactos/CMake.git
synced 2024-11-25 04:29:52 +00:00
7393418844
The variables recently added by commit b9d36826
(Add 'CMAKE_GCC_AR' and
'CMAKE_GCC_RANLIB' variables, 2017-03-08) are more appropriately managed
with language-specific names rather than toolchain-specific names.
8 lines
168 B
ReStructuredText
8 lines
168 B
ReStructuredText
CMAKE_<LANG>_COMPILER_AR
|
|
------------------------
|
|
|
|
A wrapper around ``ar`` adding the appropriate ``--plugin`` option for the
|
|
compiler.
|
|
|
|
See also :variable:`CMAKE_AR`.
|