From ad73df3a42da956b0d7a529de9c71ff907a55f43 Mon Sep 17 00:00:00 2001 From: Matthew D Jones <Matthew.D.Jones@tessella.com> Date: Thu, 13 Aug 2015 10:54:37 +0100 Subject: [PATCH] Re #11422 Added new files to cmake list --- Code/Mantid/MantidPlot/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/Code/Mantid/MantidPlot/CMakeLists.txt b/Code/Mantid/MantidPlot/CMakeLists.txt index 1bf98705da2..4ca51ad232a 100644 --- a/Code/Mantid/MantidPlot/CMakeLists.txt +++ b/Code/Mantid/MantidPlot/CMakeLists.txt @@ -135,6 +135,7 @@ set ( QTIPLOT_SRCS src/ApplicationWindow.cpp src/origin/OPJFile.cpp src/plot2D/ImageSymbol.cpp src/plot2D/ScaleEngine.cpp + src/plot2D/PowerScaleEngine.cpp src/analysis/fft2D.cpp src/lib/src/CollapsiveGroupBox.cpp src/lib/src/ColorBox.cpp @@ -377,6 +378,7 @@ set ( QTIPLOT_HDRS src/ApplicationWindow.h src/origin/OPJFile.h src/plot2D/ImageSymbol.h src/plot2D/ScaleEngine.h + src/plot2D/PowerScaleEngine.h src/lib/include/CollapsiveGroupBox.h src/lib/include/ColorBox.h src/lib/include/ColorButton.h -- GitLab