> -----Original Message-----
> From: Hiromichi Watari [mailto:hiromichiwatari@stripped]
> Sent: Montag, 19. Dezember 2011 20:13
> To: internals@stripped
> Subject: Can't link custom library
>
>
>
> Hi,
>
> I can't link my custom library with cmake (mysql 5.5), has anyone seen
this ?
> I ended up adding the library file into link.txt after cmake creates it as
a
> workaround.
This is very basic CMake. If you link foo to something, add
TARGET_LINK_LIBRARY(something foo) to CMakeLists.txt after "something" is
created.
For statically built plugins it is done automatically. Anything else needs
TARGET_LINK_LIBRARY. What is the purpose of the linking your custom library
(and with what would you like to link it?)
> Thanks,
> Hiromichi
>
> -----------------------------------------------------------------------
> CXXFLAGS="-L/my_lib_dir -lfoo"
> export CXXFLAGS
> cmake .
> // modify link.txt as a workaround
> make
>
>
> --
> MySQL Internals Mailing List
> For list archives: http://lists.mysql.com/internals
> To unsubscribe: http://lists.mysql.com/internals