Salome HOME
OCC functionality moving out from the widget
[modules/hydro.git] / src / HYDROCurveCreator / CMakeLists.txt
index e225ade5d26b8ea9eebaea1e31ff54c358c06851..1914ee4c8bdba39cd9ab8e05172080ee128fccfa 100644 (file)
@@ -58,9 +58,11 @@ IF(SALOME_BUILD_GUI)
   # header files / to be processed by moc
   SET(_moc_HEADERS
     CurveCreator_NewSectionDlg.h
+    CurveCreator_TableView.h
     CurveCreator_TreeView.h
 #    CurveCreator_UndoOptsDlg.h
     CurveCreator_Widget.h
+    OCCViewer_Utilities.h
   )
 ENDIF(SALOME_BUILD_GUI)
 
@@ -68,6 +70,7 @@ ENDIF(SALOME_BUILD_GUI)
 SET(_other_HEADERS
   CurveCreator.hxx
   CurveCreator_Displayer.h
+  CurveCreator_AISCurve.hxx
   CurveCreator_Curve.hxx
   CurveCreator_Diff.hxx
   CurveCreator_ICurve.hxx
@@ -75,6 +78,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
@@ -90,17 +96,22 @@ 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)
   LIST(APPEND _other_SOURCES
     CurveCreator_NewSectionDlg.cxx
+    CurveCreator_TableView.cxx
     CurveCreator_TreeView.cxx
 #    CurveCreator_UndoOptsDlg.cxx
     CurveCreator_Widget.cxx
+    OCCViewer_Utilities.cxx
   )
 ENDIF(SALOME_BUILD_GUI)