Salome HOME
Profile object creation.
[modules/hydro.git] / src / HYDROCurveCreator / CMakeLists.txt
index b2aaec5b5acdf4cb468d6d3243966fc6e69f3d39..679e6ab098c6184b2fcfb4226b40c2a48d2bbe76 100644 (file)
@@ -58,9 +58,12 @@ 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
+    OCCViewer_ViewWidget.h
   )
 ENDIF(SALOME_BUILD_GUI)
 
@@ -76,6 +79,7 @@ SET(_other_HEADERS
   CurveCreator_Section.hxx
   CurveCreator_Utils.h
   CurveCreator_PosPoint.hxx
+  CurveCreator_Profile.hxx
 )
 
 # header files / to install
@@ -95,13 +99,17 @@ SET(_other_SOURCES
   CurveCreator_Diff.cxx
   CurveCreator_Operation.cxx
   CurveCreator_Utils.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
+    OCCViewer_ViewWidget.cxx
   )
 ENDIF(SALOME_BUILD_GUI)