CMAKE_LIBRARY_PATH.rst 467 B

12345678910111213
  1. CMAKE_LIBRARY_PATH
  2. ------------------
  3. .. include:: include/ENV_VAR.rst
  4. The ``CMAKE_LIBRARY_PATH`` environment variable may be set to a list of
  5. directories to be searched by the :command:`find_library` command.
  6. This variable may hold a single directory or a list of directories separated
  7. by ``:`` on UNIX or ``;`` on Windows (the same as the ``PATH`` environment
  8. variable convention on those platforms).
  9. See also the :variable:`CMAKE_LIBRARY_PATH` CMake variable.