Salome HOME
bug #155: create profile of splines
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 42b7be58571589a533629ad4bc9d481b61d80eca..a7f6b51658938f9a7a8d0937c63f62fbeaababc3 100644 (file)
@@ -6,6 +6,8 @@ set(PROJECT_HEADERS
     HYDROGUI_AbstractDisplayer.h
     HYDROGUI_CalculationDlg.h
     HYDROGUI_CalculationOp.h
+    HYDROGUI_ChannelDlg.h
+    HYDROGUI_ChannelOp.h
     HYDROGUI_ColorWidget.h
     HYDROGUI_CopyPasteOp.h
     HYDROGUI_DataBrowser.h
@@ -30,6 +32,8 @@ set(PROJECT_HEADERS
     HYDROGUI_OCCSelector.h
     HYDROGUI_Operation.h
     HYDROGUI_Operations.h
+    HYDROGUI_Poly3DDlg.h
+    HYDROGUI_Poly3DOp.h
     HYDROGUI_PolylineDlg.h
     HYDROGUI_PolylineOp.h
     HYDROGUI_ProfileDlg.h
@@ -47,6 +51,8 @@ set(PROJECT_HEADERS
     HYDROGUI_RemoveImageRefsOp.h
     HYDROGUI_Shape.h
     HYDROGUI_ShowHideOp.h
+    HYDROGUI_StreamDlg.h
+    HYDROGUI_StreamOp.h
     HYDROGUI_Tool.h
     HYDROGUI_TwoImagesDlg.h
     HYDROGUI_TwoImagesOp.h
@@ -77,6 +83,8 @@ set(PROJECT_SOURCES
     HYDROGUI_AbstractDisplayer.cxx
     HYDROGUI_CalculationDlg.cxx
     HYDROGUI_CalculationOp.cxx
+    HYDROGUI_ChannelDlg.cxx
+    HYDROGUI_ChannelOp.cxx
     HYDROGUI_ColorWidget.cxx
     HYDROGUI_CopyPasteOp.cxx
     HYDROGUI_DataBrowser.cxx
@@ -101,6 +109,8 @@ set(PROJECT_SOURCES
     HYDROGUI_OCCSelector.cxx
     HYDROGUI_Operation.cxx
     HYDROGUI_Operations.cxx
+    HYDROGUI_Poly3DDlg.cxx
+    HYDROGUI_Poly3DOp.cxx
     HYDROGUI_PolylineDlg.cxx
     HYDROGUI_PolylineOp.cxx
     HYDROGUI_ProfileDlg.cxx
@@ -118,6 +128,8 @@ set(PROJECT_SOURCES
     HYDROGUI_RemoveImageRefsOp.cxx
     HYDROGUI_Shape.cxx
     HYDROGUI_ShowHideOp.cxx
+    HYDROGUI_StreamDlg.cxx
+    HYDROGUI_StreamOp.cxx
     HYDROGUI_Tool.cxx
     HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx