[CMake] Project structure

Daniele Galdi daniele.galdi at over-look.org
Fri Mar 13 05:46:45 EDT 2009


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


More information about the CMake mailing list