On 16.11.11 17:35:22, Marcus Monaghan wrote: > Hi, > > I'm just starting to use the cpack module in cmake to put together TGZ. > > I use TARGET_LINK_LIBRARIES to specify which libs to use during linking. > > Is there a way to get a list of the libs that are found and include them in > my TGZ? > > I can include the libs that are compiled as part of my build, but I also want > to include the 3rd party libs as well.
Look at the BundleUtilities module, that'll allow you to create a self-contained application package. Andreas -- 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
