Timur Ivanov wrote:
> 
> The problem is that common.cpp recompiled 3 times but I would like not
> to do that waste of time. Is it possible ?

No and Yes.  No, cmake in general does not allow to do it easily or
reliably.

But your OS does.  Make common.cpp into either a static or dynamic
library and add it to your subprojects.  That's why you are using a make
system in the first place.

-- 
Gonzalo Garramuño
[EMAIL PROTECTED]

AMD4400 - ASUS48N-E
GeForce7300GT
Kubuntu Edgy
_______________________________________________
CMake mailing list
CMake@cmake.org
http://www.cmake.org/mailman/listinfo/cmake

Reply via email to