Skip to content

Commit

Permalink
Added .h fiels to cmake list
Browse files Browse the repository at this point in the history
All the primitive shape's .h files were missing from cmake. Added them even though it does nothing functionally

Refs #7802
  • Loading branch information
keithnbrown committed Aug 30, 2013
1 parent 84d5050 commit ffc2799
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions Code/Mantid/Framework/Geometry/CMakeLists.txt
Expand Up @@ -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
Expand Down

0 comments on commit ffc2799

Please sign in to comment.