CMAKE_FIND_LIBRARY_SUFFIXES.rst 368 B

123456789
  1. CMAKE_FIND_LIBRARY_SUFFIXES
  2. ---------------------------
  3. Suffixes to append when looking for libraries.
  4. This specifies what suffixes to add to library names when the
  5. :command:`find_library` command looks for libraries. On Windows systems this
  6. is typically ``.lib`` and ``.dll``, meaning that when trying to find the
  7. ``foo`` library it will look for ``foo.dll`` etc.