I have a vtk project that has a file (foo.cxx) that I do not want to wrap. The CMakeLists.txt file has a WRAP_EXCLUDE_FILE(foo.cxx) cmake keeps creating a Makefile that tries to warp the file. Also, the file foo.cxx include a file foo.hpp (not foo.h), but cmake keeps building a depend file that has a foo.h. Ideas, Bill