Skip to content

Commit

Permalink
Change CMakeLists for new algorithm. Refs #3622.
Browse files Browse the repository at this point in the history
  • Loading branch information
wdzhou committed Nov 11, 2011
1 parent 142ddd7 commit dfd660a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions Code/Mantid/Framework/DataHandling/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,7 @@ set ( SRC_FILES
src/SaveGSS.cpp
src/SaveISISNexus.cpp
src/SaveIsawDetCal.cpp
src/SaveDetectorMasks.cpp
src/SaveNISTDAT.cpp
src/SaveNXSPE.cpp
src/SaveNexus.cpp
Expand Down Expand Up @@ -182,6 +183,7 @@ set ( INC_FILES
inc/MantidDataHandling/SaveGSS.h
inc/MantidDataHandling/SaveISISNexus.h
inc/MantidDataHandling/SaveIsawDetCal.h
inc/MantidDataHandling/SaveDetectorMasks.h
inc/MantidDataHandling/SaveNISTDAT.h
inc/MantidDataHandling/SaveNXSPE.h
inc/MantidDataHandling/SaveNexus.h
Expand Down Expand Up @@ -271,6 +273,7 @@ set ( TEST_FILES
test/SaveDspacemapTest.h
test/SaveFocussedXYETest.h
test/SaveIsawDetCalTest.h
test/SaveDetectorMasksTest.h
test/SaveNISTDATTest.h
test/SaveNXSPETest.h
test/SaveNexusProcessedTest.h
Expand Down

0 comments on commit dfd660a

Please sign in to comment.