Hi Stephane, Is it really necessary to pull the objects from these static libraries, or would it suffice if you would build a new library from all the source files that make up your suite of static libraries?
If so, you could simply add a new library that would depend on all these source files. Regards, Marcel Loose -----Original Message----- From: Stéphane DURAND <[email protected]> To: [email protected] Subject: [CMake] [Cmake] Extract objects from multiple static librairies and create a new staic library from extracted objects Date: Fri, 19 Jun 2009 15:01:56 +0200 Hi, As stated in the title, Im trying to create a library from existing ones. My libraries are in different directories, and I would like, for each one of them, to extract the objects to some directory and then to put all the objects in a new static library. I cant figure out a way to do that, so your help would be much appreciated. Thanks Stephane _______________________________________________ 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 _______________________________________________ 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
