Hi All


In my code I use an available libraries (amd btf colamd)

In order to compile those using cmake I use add_custom_command() to "cd" into 
each folder and then run "make" for each library.
Now each library will have a lib file compiled, for example "Lib/libamd.a "

Now, I want to take all the made libraries from the three folders (amd btf 
colamd), and make one big library (libsparse.a).

How I can do this using cmake?


Thanks in advance

_______________________________________________
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