CMAKE_LINK_LIBRARY_FLAG.rst 207 B

1234567
  1. CMAKE_LINK_LIBRARY_FLAG
  2. -----------------------
  3. Flag to be used to link a library into an executable.
  4. The flag will be used to specify a library to link to an executable.
  5. On most compilers this is ``-l``.