From ffc27997eceb912227e0415cbdf6fd8deba038e9 Mon Sep 17 00:00:00 2001 From: Keith Brown Date: Fri, 30 Aug 2013 09:13:40 +0100 Subject: [PATCH] Added .h fiels to cmake list All the primitive shape's .h files were missing from cmake. Added them even though it does nothing functionally Refs #7802 --- Code/Mantid/Framework/Geometry/CMakeLists.txt | 11 +++++++++++ 1 file changed, 11 insertions(+) diff --git a/Code/Mantid/Framework/Geometry/CMakeLists.txt b/Code/Mantid/Framework/Geometry/CMakeLists.txt index 78f507b3f5bb..61a295f328c2 100644 --- a/Code/Mantid/Framework/Geometry/CMakeLists.txt +++ b/Code/Mantid/Framework/Geometry/CMakeLists.txt @@ -187,6 +187,17 @@ set ( INC_FILES inc/MantidGeometry/Rendering/vtkGeometryCacheReader.h inc/MantidGeometry/Rendering/vtkGeometryCacheWriter.h inc/MantidGeometry/Surfaces/BaseVisit.h + inc/MantidGeometry/Surfaces/Cone.h + inc/MantidGeometry/Surfaces/Cylinder.h + inc/MantidGeometry/Surfaces/General.h + inc/MantidGeometry/Surfaces/Line.h + inc/MantidGeometry/Surfaces/LineIntersectVisit.h + inc/MantidGeometry/Surfaces/Plane.h + inc/MantidGeometry/Surfaces/Quadratic.h + inc/MantidGeometry/Surfaces/Sphere.h + inc/MantidGeometry/Surfaces/Surface.h + inc/MantidGeometry/Surfaces/SurfaceFactory.h + inc/MantidGeometry/Surfaces/Torus.h ) set ( TEST_FILES