Skip to content

Commit 52ea469

Browse files
committed
removed moved files from Cmakelist files
1 parent 21db40f commit 52ea469

File tree

5 files changed

+0
-14
lines changed

5 files changed

+0
-14
lines changed

src/Core/Algorithms/Math/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -44,7 +44,6 @@ SET(Algorithms_Math_SRCS
4444
ComputePCA.cc
4545
CollectMatrices/CollectMatricesAlgorithm.cc
4646
ReportMatrixSliceMeasureAlgo.cc
47-
SortMatrixAlgo.cc
4847
)
4948

5049
SET(Algorithms_Math_HEADERS
@@ -66,7 +65,6 @@ SET(Algorithms_Math_HEADERS
6665
ComputePCA.h
6766
CollectMatrices/CollectMatricesAlgorithm.h
6867
ReportMatrixSliceMeasureAlgo.h
69-
SortMatrixAlgo.h
7068
)
7169

7270
SCIRUN_ADD_LIBRARY(Algorithms_Math

src/Interface/Modules/Math/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -42,7 +42,6 @@ SET(Interface_Modules_Math_FORMS
4242
ReportColumnMatrixMisfit.ui
4343
CollectMatrices.ui
4444
ReportMatrixSliceMeasureDialog.ui
45-
SortMatrixDialog.ui
4645
)
4746

4847
SET(Interface_Modules_Math_HEADERS
@@ -61,7 +60,6 @@ SET(Interface_Modules_Math_HEADERS
6160
ReportColumnMatrixMisfitDialog.h
6261
CollectMatricesDialog.h
6362
ReportMatrixSliceMeasureDialog.h
64-
SortMatrixDialog.h
6563
)
6664

6765
IF(WITH_QWT_WIDGETS)
@@ -85,7 +83,6 @@ SET(Interface_Modules_Math_SOURCES
8583
ReportColumnMatrixMisfitDialog.cc
8684
CollectMatricesDialog.cc
8785
ReportMatrixSliceMeasureDialog.cc
88-
SortMatrixDialog.cc
8986
)
9087

9188
QT4_WRAP_UI(Interface_Modules_Math_FORMS_HEADERS ${Interface_Modules_Math_FORMS})

src/Interface/Modules/String/CMakeLists.txt

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,6 @@ SET(Interface_Modules_String_FORMS
3333
NetworkNotes.ui
3434
PrintMatrixIntoStringDialog.ui
3535
PrintStringIntoStringDialog.ui
36-
TestModuleSimpleUIDialog.ui
3736
)
3837

3938
SET(Interface_Modules_String_HEADERS
@@ -43,7 +42,6 @@ SET(Interface_Modules_String_HEADERS
4342
NetworkNotesDialog.h
4443
PrintMatrixIntoStringDialog.h
4544
PrintStringIntoStringDialog.h
46-
TestModuleSimpleUIDialog.h
4745
)
4846

4947
SET(Interface_Modules_String_SOURCES
@@ -52,7 +50,6 @@ SET(Interface_Modules_String_SOURCES
5250
NetworkNotesDialog.cc
5351
PrintMatrixIntoStringDialog.cc
5452
PrintStringIntoStringDialog.cc
55-
TestModuleSimpleUIDialog.cc
5653
)
5754

5855
QT4_WRAP_UI(Interface_Modules_String_FORMS_HEADERS ${Interface_Modules_String_FORMS})

src/Modules/Math/CMakeLists.txt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,6 @@ SET(Modules_Math_SRCS
4141
ReportMatrixSliceMeasure.cc
4242
SolveLinearSystem.cc
4343
ComputePCA.cc
44-
SortMatrix.cc
4544
)
4645

4746
SET(Modules_Math_HEADERS
@@ -60,7 +59,6 @@ SET(Modules_Math_HEADERS
6059
share.h
6160
SolveLinearSystem.h
6261
ComputePCA.h
63-
SortMatrix.h
6462
)
6563

6664
SCIRUN_ADD_LIBRARY(Modules_Math

src/Modules/String/CMakeLists.txt

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -29,16 +29,12 @@
2929
SET(Modules_String_SRCS
3030
CreateString.cc
3131
NetworkNotes.cc
32-
TestModuleSimple.cc
33-
TestModuleSimpleUI.cc
3432
)
3533

3634
SET(Modules_String_HEADERS
3735
CreateString.h
3836
NetworkNotes.h
3937
share.h
40-
TestModuleSimple.h
41-
TestModuleSimpleUI.h
4238
)
4339

4440
SCIRUN_ADD_LIBRARY(Modules_String

0 commit comments

Comments
 (0)