CMAKE_STATIC_LIBRARY_SUFFIX.rst 269 B

123456789
  1. CMAKE_STATIC_LIBRARY_SUFFIX
  2. ---------------------------
  3. The suffix for static libraries that you link to.
  4. The suffix to use for the end of a static library filename, ``.lib`` on
  5. Windows.
  6. ``CMAKE_STATIC_LIBRARY_SUFFIX_<LANG>`` overrides this for language ``<LANG>``.