[CMake] creating a library from other one

Stéphane Ancelot sancelot at numalliance.com
Fri Aug 31 09:59:35 EDT 2018


I ended with :

add_custom_target(combined ALL
    COMMAND ${CMAKE_AR} rc libcombined.a $<TARGET_FILE:lib1> 
$<TARGET_FILE:lib2>)


Le 31/08/2018 à 15:24, Eric Noulard a écrit :
> First create OBJECT libraries instead of static
> Then create as many STATIC libraries as you want that includes as many 
> OBJECT libraries content as you want.
>
>
> Le ven. 31 août 2018 à 15:17, Stéphane Ancelot 
> <sancelot at numalliance.com <mailto:sancelot at numalliance.com>> a écrit :
>
>     Hi,
>
>     I have got some static libraries generated, that  I would like to
>     put in
>     a common one.
>
>     how can I proceed ?
>
>     Regards,
>
>     S.Ancelot
>
>     -- 
>
>     Powered by www.kitware.com <http://www.kitware.com>
>
>     Please keep messages on-topic and check the CMake FAQ at:
>     http://www.cmake.org/Wiki/CMake_FAQ
>
>     Kitware offers various services to support the CMake community.
>     For more information on each offering, please visit:
>
>     CMake Support: http://cmake.org/cmake/help/support.html
>     CMake Consulting: http://cmake.org/cmake/help/consulting.html
>     CMake Training Courses: http://cmake.org/cmake/help/training.html
>
>     Visit other Kitware open-source projects at
>     http://www.kitware.com/opensource/opensource.html
>
>     Follow this link to subscribe/unsubscribe:
>     https://cmake.org/mailman/listinfo/cmake
>
>
>
> -- 
> Eric

-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://cmake.org/pipermail/cmake/attachments/20180831/06f56d48/attachment.html>


More information about the CMake mailing list