[CMake] LINK_DIRECTORIES ?

James C. Sutherland James.Sutherland at utah.edu
Wed Aug 5 09:52:32 EDT 2009


On Aug 5, 2009, at 1:33 AM, motes motes wrote:

> I get the point of INCLUDE_DIRECTORIES (the various files used must  
> be located). But what is the point of LINK_DIRECTORIES and  
> TARGET_LINK_LIBRARIES?
>

LINK_DIRECTORIES specifies the path to search for libraries whereas  
TARGET_LINK_LIBRARIES specifies what libraries should be linked to the  
executable.



More information about the CMake mailing list