]> SALOME platform Git repositories - modules/hydro.git/blobdiff - src/HYDROCurveCreator/CMakeLists.txt
Salome HOME
Creat\Edit stream operation.
[modules/hydro.git] / src / HYDROCurveCreator / CMakeLists.txt
index 24bf5f5601680debfa6c933a343b6e89d729aaf1..1ef4282b430319fd9b060be3898509a9c6f1e83b 100644 (file)
@@ -62,6 +62,8 @@ IF(SALOME_BUILD_GUI)
     CurveCreator_TreeView.h
 #    CurveCreator_UndoOptsDlg.h
     CurveCreator_Widget.h
+    OCCViewer_Utilities.h
+    OCCViewer_ViewWidget.h
   )
 ENDIF(SALOME_BUILD_GUI)
 
@@ -69,6 +71,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
@@ -77,6 +80,7 @@ SET(_other_HEADERS
   CurveCreator_Section.hxx
   CurveCreator_Utils.h
   CurveCreator_PosPoint.hxx
+  CurveCreator_Profile.hxx
 )
 
 # header files / to install
@@ -92,10 +96,12 @@ 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_Profile.cxx
 )
 IF(SALOME_BUILD_GUI)
   LIST(APPEND _other_SOURCES
@@ -104,6 +110,8 @@ IF(SALOME_BUILD_GUI)
     CurveCreator_TreeView.cxx
 #    CurveCreator_UndoOptsDlg.cxx
     CurveCreator_Widget.cxx
+    OCCViewer_Utilities.cxx
+    OCCViewer_ViewWidget.cxx
   )
 ENDIF(SALOME_BUILD_GUI)