Dear CMake Community,
I have a project where there are:
LibraryA
LibraryB (depends on LibraryA)
Executable (depends on LibraryB and xml2)
during linking the order for link libraries is "LibraryB -lxml2 LibraryA".
Should LibraryA (which is internal to the project) be specified before external
libraries?
Denis
_______________________________________________
Powered by www.kitware.com
Visit other Kitware open-source projects at
http://www.kitware.com/opensource/opensource.html
Please keep messages on-topic and check the CMake FAQ at:
http://www.cmake.org/Wiki/CMake_FAQ
Follow this link to subscribe/unsubscribe:
http://www.cmake.org/mailman/listinfo/cmake