[CMake] howto include libs ?

Michael Jackson mike.jackson at bluequartz.net
Sun Feb 15 10:41:53 EST 2009


INCLUDE_DIRECTORIES( ccp )
TARGET_LINK_LIBRARIES(ds309 libconfuse)

in the Target_link_libraries command you must give the name of the  
target to link the libraries into as the first argument.

_________________________________________________________
Mike Jackson                  mike.jackson at bluequartz.net
BlueQuartz Software                    www.bluequartz.net
Principal Software Engineer                  Dayton, Ohio



On Feb 15, 2009, at 9:54 AM, Reinhard Thies wrote:

> INCLUDE_DIRECTORIES( . ccp )
> TARGET_LINK_LIBRARIES(libconfuse)



More information about the CMake mailing list