Hi guys, I am wondering if someone can give me a quick hint here.
I am trying to link an external library (openmesh.org) to itk so I can use their mesh subdivision algorithm on my meshes. I have downloaded and built openmesh successfully and I have tried to create the correct cmake files. however, I seem to be having difficulty with header files. The header files are all scattered in various directories within openmesh. I have managed to get cmake to locate the main header MeshIO.h However all the other include files in MeshIo.h are included with full directory structure i.e, include "OpenMesh/balh/balh/something.h" how do I tell cmake to place the root openmesh directory before the above. I hope I am not making this too complicated. thanks for your time Leila _______________________________________________ CMake mailing list [email protected] http://www.cmake.org/mailman/listinfo/cmake
