[CMake] OBJECT_DEPENDS problem

Alexander Neundorf a.neundorf-work at gmx.net
Wed Oct 27 15:39:13 EDT 2004


Hi, 
 
it seems I can add only one dependancy to a source file using 
SET_SOURCE_FILES_PROPERTIES() 
E.g. after    
SET_SOURCE_FILES_PROPERTIES(foo.c PROPERTIES OBJECT_DEPENDS test1.c) 
SET_SOURCE_FILES_PROPERTIES(foo.c PROPERTIES OBJECT_DEPENDS test2.c) 
 
After this foo.c only depends on test2.c but not on test1.c, so it seems 
this simply gets overwritten. 
Any ideas how to solve this problem ? 
 
Bye 
Alex 
 
/me goes again looking in the cmake sources... 
 

-- 
NEU +++ DSL Komplett von GMX +++ http://www.gmx.net/de/go/dsl
GMX DSL-Netzanschluss + Tarif zum supergünstigen Komplett-Preis!



More information about the CMake mailing list