Salome HOME
OCC functionality moving out from the widget
[modules/hydro.git] / src / HYDROCurveCreator / CMakeLists.txt
index 1ef4282b430319fd9b060be3898509a9c6f1e83b..1914ee4c8bdba39cd9ab8e05172080ee128fccfa 100644 (file)
@@ -63,7 +63,6 @@ IF(SALOME_BUILD_GUI)
 #    CurveCreator_UndoOptsDlg.h
     CurveCreator_Widget.h
     OCCViewer_Utilities.h
-    OCCViewer_ViewWidget.h
   )
 ENDIF(SALOME_BUILD_GUI)
 
@@ -79,6 +78,7 @@ SET(_other_HEADERS
   CurveCreator_Operation.hxx
   CurveCreator_Section.hxx
   CurveCreator_Utils.h
+  CurveCreator_UtilsICurve.hxx
   CurveCreator_PosPoint.hxx
   CurveCreator_Profile.hxx
 )
@@ -101,6 +101,7 @@ SET(_other_SOURCES
   CurveCreator_Diff.cxx
   CurveCreator_Operation.cxx
   CurveCreator_Utils.cxx
+  CurveCreator_UtilsICurve.cxx
   CurveCreator_Profile.cxx
 )
 IF(SALOME_BUILD_GUI)
@@ -111,7 +112,6 @@ IF(SALOME_BUILD_GUI)
 #    CurveCreator_UndoOptsDlg.cxx
     CurveCreator_Widget.cxx
     OCCViewer_Utilities.cxx
-    OCCViewer_ViewWidget.cxx
   )
 ENDIF(SALOME_BUILD_GUI)