Tyler Roscoe <ty...@cryptio.net> writes:

> On Sun, Aug 16, 2009 at 09:54:09AM +0200, Óscar Fuentes wrote:
>> The source files of a library depend on generated files from another
>> library on its parent directory. Let's call them libParent and libChild.
>> 
>> For the source files on libChild I do
>> 
>> SET_SOURCE_FILES_PROPERTIES(some_source.cpp
>>     PROPERTIES OBJECT_DEPENDS libParent)
>> 
>> This way I try to delay the compilation of some_source.cpp until
>> libParent is finished.
>
> Can you just use add_dependencies (libChild libParent)?

Then this means that the source files of libChild will not be compiled
until libParent is fully built, right?

>> cmake 6.4.4, unix makefiles, gnu make, linux.
>
> There is no CMake 6.4.4.

2.6-patch 4

Thanks.

-- 
Óscar Fuentes
Desarrollo de Software

_______________________________________________
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