X-Git-Url: http://git.salome-platform.org/gitweb/?a=blobdiff_plain;f=src%2FHYDROCurveCreator%2FCMakeLists.txt;h=2ff0e0984d3280634f27cbd25374e75e02b0b6c4;hb=4e1b53167581be7e084a3d71c075507bc6699c06;hp=ee2a4c9e92f823832e8ce13d2f9274a265d3e680;hpb=ef4d7d3d8ca516f771c37459c70597c67edb06d9;p=modules%2Fhydro.git diff --git a/src/HYDROCurveCreator/CMakeLists.txt b/src/HYDROCurveCreator/CMakeLists.txt index ee2a4c9e..2ff0e098 100644 --- a/src/HYDROCurveCreator/CMakeLists.txt +++ b/src/HYDROCurveCreator/CMakeLists.txt @@ -62,7 +62,7 @@ IF(SALOME_BUILD_GUI) CurveCreator_TreeView.h # CurveCreator_UndoOptsDlg.h CurveCreator_Widget.h - OCCViewer_ViewWidget.h + OCCViewer_Utilities.h ) ENDIF(SALOME_BUILD_GUI) @@ -77,6 +77,7 @@ SET(_other_HEADERS CurveCreator_Operation.hxx CurveCreator_Section.hxx CurveCreator_Utils.h + CurveCreator_UtilsICurve.hxx CurveCreator_PosPoint.hxx CurveCreator_Profile.hxx ) @@ -98,6 +99,7 @@ SET(_other_SOURCES CurveCreator_Diff.cxx CurveCreator_Operation.cxx CurveCreator_Utils.cxx + CurveCreator_UtilsICurve.cxx CurveCreator_Profile.cxx ) IF(SALOME_BUILD_GUI) @@ -107,7 +109,7 @@ IF(SALOME_BUILD_GUI) CurveCreator_TreeView.cxx # CurveCreator_UndoOptsDlg.cxx CurveCreator_Widget.cxx - OCCViewer_ViewWidget.cxx + OCCViewer_Utilities.cxx ) ENDIF(SALOME_BUILD_GUI)