[CMake] Linking a library that is made by cmake

J Decker d3ck0r at gmail.com
Mon Dec 15 03:37:02 EST 2014


target_link_libraries( B A_product_name)
target_link_libraries( C A_product_name)


On Mon, Dec 15, 2014 at 12:34 AM, Petr Bena <benapetr at gmail.com> wrote:
>
> I have a project:
>
> /Target A
> - CMakeLists.txt
> - /Target B
> -- CMakeLists.txt
> - /Target C
> -- CMakeLists.txt
>
> So, A is including B and C using add_subdirectory. However, A is
> producing 2 targets, one of which is a library and I need to link B
> and C against that library. How would I do that?
> --
>
> Powered by 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:
> http://public.kitware.com/mailman/listinfo/cmake
>
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://public.kitware.com/pipermail/cmake/attachments/20141215/e8c2592a/attachment.html>


More information about the CMake mailing list