Re: [CMake] Impossible to link SDLmain and LibXml2

2012-03-06 Thread julien.plu
um 20:58:43 schrieb julien.plu@redaction- developpez.com: > Why ? I do something wrong in my CMakeList.txt ? You should use LIBXML2_LIBRARIES [1]. Kind regards Benjamin [1]http://cmake.org/cmake/help/cmake-2-8-docs.html#module:FindLibXml2 -- Powered by www.kitware.com Visit other Kitware ope

[CMake] Impossible to link SDLmain and LibXml2

2012-03-06 Thread julien.plu
Hi, I have a problem with cmake not to compile but to link my .exe. I use SDL, OpenGL, FMOD, LibXml2 and a personal library. But when I try to compile my program LibXml2 and SDLmain are not include into the command line to link my .exe. Enclosed my CMakeList.txt and CMakeCache.txt and h