CMAKE_LIBRARY_PATH.rst 306 B

1234567
  1. CMAKE_LIBRARY_PATH
  2. ------------------
  3. :ref:`;-list <CMake Language Lists>` of directories specifying a search path
  4. for the :command:`find_library` command. By default it is empty, it is
  5. intended to be set by the project. See also
  6. :variable:`CMAKE_SYSTEM_LIBRARY_PATH` and :variable:`CMAKE_PREFIX_PATH`.