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