Hi,

I have a project with several libraries and dependencies. Let's say
libA, libB and libC where libA depends on libB, which depends on libC.

If I just want to build libB (and libC too of course), I know I can just
do "make B". But if I do "make install" also A will be built. Is there a
way to cpack of install everything up to libB?

Thanks.

-- 
Salvatore Iovene
http://www.iovene.com/

Attachment: signature.asc
Description: Digital signature

_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to