[Cmake] dependencies
Franck Bettinger
bettingf at cs.man.ac.uk
Mon Nov 12 11:31:35 EST 2001
Hi,
I tried to add a dependency that was not automatically generated by cmake in
a CMakeList.txt using the command:
ADD_DEPENDENCIES(drawingimpl.cxx
${allvxl_SOURCE_DIR}/obj/programs/drawing/drawing.h)
Apparently it doesn't change anything in the generated Makefile (at least on
linux). Anyone has any idea why it does this, or how can I add a user defined
dependency ?
Cheers,
Franck
More information about the CMake
mailing list