CMAKE_LIBRARY_PATH_FLAG.rst 218 B

1234567
  1. CMAKE_LIBRARY_PATH_FLAG
  2. -----------------------
  3. The flag to be used to add a library search path to a compiler.
  4. The flag will be used to specify a library directory to the compiler.
  5. On most compilers this is ``-L``.