Hi all

Q:-i have a 3 static library(say A.a B.a C.a) and i want to create my final
library as .so (say Main.so ) which link + embedd all three
Library.i tried TARGET_LINK_LIBRARIES but it only links to A.a B.a C.a.and
dosnt append it.I want my final binary(Main.so) to include(or embedd) all
three
static library(already compiled with --fpic).
Please Tell  me the correct solution for this dilemma.


AgainstTheScience
_______________________________________________
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

Reply via email to