diff --git a/Code/Mantid/Framework/MDEvents/CMakeLists.txt b/Code/Mantid/Framework/MDEvents/CMakeLists.txt index a2de8a9acc0f86a8597ec62fc6877704c504c23b..4bf63d0edd8fd00a2679bbd538a8a8025c97f107 100644 --- a/Code/Mantid/Framework/MDEvents/CMakeLists.txt +++ b/Code/Mantid/Framework/MDEvents/CMakeLists.txt @@ -34,6 +34,8 @@ set ( SRC_FILES src/OneStepMDEW.cpp src/QueryMDWorkspace.cpp src/ReflectometryTransformQxQz.cpp + src/ReflectometryTransformKiKf.cpp + src/ReflectometryTransformP.cpp src/SaveMD.cpp src/SliceMD.cpp src/SlicingAlgorithm.cpp @@ -103,6 +105,8 @@ set ( INC_FILES inc/MantidMDEvents/QueryMDWorkspace.h inc/MantidMDEvents/ReflectometryTransformQxQz.h inc/MantidMDEvents/ReflectometryMDTransform.h + inc/MantidMDEvents/ReflectometryTransformKiKf.h + inc/MantidMDEvents/ReflectometryTransformP.h inc/MantidMDEvents/SaveMD.h inc/MantidMDEvents/SkippingPolicy.h inc/MantidMDEvents/SliceMD.h