CMAKE_FIND_LIBRARY_PREFIXES.rst 347 B

123456789
  1. CMAKE_FIND_LIBRARY_PREFIXES
  2. ---------------------------
  3. Prefixes to prepend when looking for libraries.
  4. This specifies what prefixes to add to library names when the
  5. :command:`find_library` command looks for libraries. On UNIX systems this is
  6. typically ``lib``, meaning that when trying to find the ``foo`` library it
  7. will look for ``libfoo``.