Skip to content

Commit

Permalink
Changes in CMake. Refs #7948.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Oct 29, 2013
1 parent eaa8b88 commit 944d410
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 deletions Code/Mantid/Framework/Algorithms/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 944d410

Please sign in to comment.