Skip to content

Commit

Permalink
Updated CMake. Refs #8109.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Oct 11, 2013
1 parent e9fb804 commit 93a4442
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/CurveFitting/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ set ( SRC_FILES
src/FitMW.cpp
src/FitPowderDiffPeaks.cpp
src/FlatBackground.cpp
src/FullprofPolynomial.cpp
src/GSLFunctions.cpp
src/GSLMatrix.cpp
src/GausDecay.cpp
Expand Down Expand Up @@ -129,6 +130,7 @@ set ( INC_FILES
inc/MantidCurveFitting/FitMW.h
inc/MantidCurveFitting/FitPowderDiffPeaks.h
inc/MantidCurveFitting/FlatBackground.h
inc/MantidCurveFitting/FullprofPolynomial.h
inc/MantidCurveFitting/GSLFunctions.h
inc/MantidCurveFitting/GSLJacobian.h
inc/MantidCurveFitting/GSLMatrix.h
Expand Down Expand Up @@ -218,6 +220,7 @@ set ( TEST_FILES
FitMWTest.h
FitPowderDiffPeaksTest.h
FlatBackgroundTest.h
FullprofPolynomialTest.h
FunctionFactoryConstraintTest.h
GSLMatrixTest.h
GausDecayTest.h
Expand Down

0 comments on commit 93a4442

Please sign in to comment.