X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCMakeLists.txt;h=2ff0e0984d3280634f27cbd25374e75e02b0b6c4;hb=4e1b53167581be7e084a3d71c075507bc6699c06;hp=1ef4282b430319fd9b060be3898509a9c6f1e83b;hpb=34204a67c211e57ea4b2b762eb35495f53031161;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CMakeLists.txt b/src/HYDROCurveCreator/CMakeLists.txt index 1ef4282b..2ff0e098 100644 --- a/src/HYDROCurveCreator/CMakeLists.txt +++ b/src/HYDROCurveCreator/CMakeLists.txt @@ -63,7 +63,6 @@ IF(SALOME_BUILD_GUI) # CurveCreator_UndoOptsDlg.h CurveCreator_Widget.h OCCViewer_Utilities.h - OCCViewer_ViewWidget.h ) ENDIF(SALOME_BUILD_GUI) @@ -71,7 +70,6 @@ ENDIF(SALOME_BUILD_GUI) SET(_other_HEADERS CurveCreator.hxx CurveCreator_Displayer.h - CurveCreator_AISCurve.hxx CurveCreator_Curve.hxx CurveCreator_Diff.hxx CurveCreator_ICurve.hxx @@ -79,6 +77,7 @@ SET(_other_HEADERS CurveCreator_Operation.hxx CurveCreator_Section.hxx CurveCreator_Utils.h + CurveCreator_UtilsICurve.hxx CurveCreator_PosPoint.hxx CurveCreator_Profile.hxx ) @@ -96,11 +95,11 @@ ENDIF(SALOME_BUILD_GUI) # sources / static SET(_other_SOURCES CurveCreator_Displayer.cxx - CurveCreator_AISCurve.cxx CurveCreator_Curve.cxx CurveCreator_Diff.cxx CurveCreator_Operation.cxx CurveCreator_Utils.cxx + CurveCreator_UtilsICurve.cxx CurveCreator_Profile.cxx ) IF(SALOME_BUILD_GUI) @@ -111,7 +110,6 @@ IF(SALOME_BUILD_GUI) # CurveCreator_UndoOptsDlg.cxx CurveCreator_Widget.cxx OCCViewer_Utilities.cxx - OCCViewer_ViewWidget.cxx ) ENDIF(SALOME_BUILD_GUI)