CMAKE_FIND_LIBRARY_SUFFIXES.rst 341 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. find_library command looks for libraries. On Windows systems this is
  6. typically .lib and .dll, meaning that when trying to find the foo
  7. library it will look for foo.dll etc.