Skip to content
Snippets Groups Projects
Commit 944d4101 authored by Zhou, Wenduo's avatar Zhou, Wenduo
Browse files

Changes in CMake. Refs #7948.

parent eaa8b88e
No related branches found
No related tags found
No related merge requests found
......@@ -99,9 +99,10 @@ set ( SRC_FILES
src/FindCenterOfMassPosition2.cpp
src/FindDeadDetectors.cpp
src/FindDetectorsOutsideLimits.cpp
src/FindPeaks.cpp
src/FindPeakBackground.cpp
src/FitPeak.cpp
src/FindPeaks.cpp
src/FixGSASInstrumentFile.cpp
src/FlatPlateAbsorption.cpp
src/GeneralisedSecondDifference.cpp
src/GenerateEventsFilter.cpp
......@@ -318,9 +319,10 @@ set ( INC_FILES
inc/MantidAlgorithms/FindCenterOfMassPosition2.h
inc/MantidAlgorithms/FindDeadDetectors.h
inc/MantidAlgorithms/FindDetectorsOutsideLimits.h
inc/MantidAlgorithms/FindPeaks.h
inc/MantidAlgorithms/FindPeakBackground.h
inc/MantidAlgorithms/FitPeak.h
inc/MantidAlgorithms/FindPeaks.h
inc/MantidAlgorithms/FixGSASInstrumentFile.h
inc/MantidAlgorithms/FlatPlateAbsorption.h
inc/MantidAlgorithms/GSLFunctions.h
inc/MantidAlgorithms/GeneralisedSecondDifference.h
......@@ -543,9 +545,10 @@ set ( TEST_FILES
FindCenterOfMassPositionTest.h
FindDeadDetectorsTest.h
FindDetectorsOutsideLimitsTest.h
FindPeaksTest.h
FindPeakBackgroundTest.h
FitPeakTest.h
FindPeaksTest.h
FixGSASInstrumentFileTest.h
FlatPlateAbsorptionTest.h
GenerateEventsFilterTest.h
GeneratePeaksTest.h
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment