set(HEADERS
  BoundingBoxTree1D.h
  BoundingBoxTree2D.h
  BoundingBoxTree3D.h
  BoundingBoxTree.h
  CollisionDetection.h
  dolfin_geometry.h
  GenericBoundingBoxTree.h
  intersect.h
  IntersectionTriangulation.h
  MeshPointIntersection.h
  Point.h
  SimplexQuadrature.h
  PARENT_SCOPE)

set(SOURCES
  BoundingBoxTree.cpp
  CollisionDetection.cpp
  GenericBoundingBoxTree.cpp
  intersect.cpp
  IntersectionTriangulation.cpp
  MeshPointIntersection.cpp
  Point.cpp
  SimplexQuadrature.cpp
  PARENT_SCOPE)
