Hi,

I have a project structure like this in my cmake project.

project/src/core-lib
project/src/tool1
project/src/tool2
project/src/tool3

the core library is a shared library. Each tool links this lib, what i want to achieve is decide where install the core-lib in each tool. eg. tool1 install core-lib under /usr/lib/tool1, tool2
will install the core-lib in /usr/lib/tool2 etc...

Is this scenario possibile with cmake?

Regards
---------------
Daniele Galdi
Overlook Team
http://www.over-look.org
_______________________________________________
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

Reply via email to