[Cmake] ADD_DEPENDECIES

David Svoboda xsvobod2 at informatics . muni . cz
Wed, 5 Nov 2003 15:04:52 +0100


Hello,

I'd like to ask for any example of using ADD_DEPENDENCIES and
ADD_CUSTOM_TARGET commands. Why? I need to create the dependency between
source *.idl files (corba interafce) and generated *.hh and *.cc files in
C/C++ language. These *.hh a *.cc files will be the source files needed
for further compilation.

Thank you forward for your help!

David