On 4. Mar, 2010, at 14:02 , Flo wrote:
> Hello,
>
> For our Project, we need a structure where its possible to work/test/deploy
> a single module and also build products which uses some modules.
>
> f.e
>
> MODULE 1
> /bin
> /scr
> /test-src
> CMakeLists.txt
>
> MODULE 2
>
Hello,
For our Project, we need a structure where its possible to work/test/deploy
a single module and also build products which uses some modules.
f.e
MODULE 1
/bin
/scr
/test-src
CMakeLists.txt
MODULE 2
/bin
/src
/test-src
CMakeLists.txt
PRODUCT 1