Salome HOME
Avoid of Fit all for 2d mode change
[modules/hydro.git] / src / HYDROCurveCreator / CMakeLists.txt
index 6913762d1a6d8b8083f5b475f051121cc12994d1..2ff0e0984d3280634f27cbd25374e75e02b0b6c4 100644 (file)
@@ -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,7 +77,9 @@ SET(_other_HEADERS
   CurveCreator_Operation.hxx
   CurveCreator_Section.hxx
   CurveCreator_Utils.h
+  CurveCreator_UtilsICurve.hxx
   CurveCreator_PosPoint.hxx
+  CurveCreator_Profile.hxx
 )
 
 # header files / to install
@@ -97,6 +99,8 @@ SET(_other_SOURCES
   CurveCreator_Diff.cxx
   CurveCreator_Operation.cxx
   CurveCreator_Utils.cxx
+  CurveCreator_UtilsICurve.cxx
+  CurveCreator_Profile.cxx
 )
 IF(SALOME_BUILD_GUI)
   LIST(APPEND _other_SOURCES
@@ -105,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)