compiler_archiving_tools.rst 290 B

12345678
  1. compiler_archiving_tools
  2. ------------------------
  3. * A :variable:`CMAKE_<LANG>_COMPILER_AR` variable was added to hold
  4. the path to the GCC/Clang wrapper of ``ar``.
  5. * A :variable:`CMAKE_<LANG>_COMPILER_RANLIB` variable was added to hold
  6. the path to the GCC/Clang wrapper of ``ranlib``.