Salome HOME
Fix for the bug #45: check and warning when the same image is used in 2 arguments.
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 52ad4000e54f163de93a598ed9088f90c92f043c..2ac374ba62369db3069b0fb11eb99a84e899cf42 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,8 +32,12 @@ 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
+    HYDROGUI_ProfileOp.h
     HYDROGUI_Prs.h
     HYDROGUI_PrsDriver.h
     HYDROGUI_PrsImage.h
@@ -45,11 +51,13 @@ 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
     HYDROGUI_UpdateFlags.h
-    HYDROGUI_UpdateImageOp.h
+    HYDROGUI_UpdateObjectOp.h
     HYDROGUI_VisualStateOp.h
     HYDROGUI_VTKPrs.h
     HYDROGUI_VTKPrsBathymetry.h
@@ -64,6 +72,9 @@ set(PROJECT_HEADERS
     HYDROGUI_ObstacleDlg.h
     HYDROGUI_SetColorOp.h
     HYDROGUI_ColorDlg.h
+    HYDROGUI_ImportProfilesOp.h
+    HYDROGUI_GeoreferencementDlg.h
+    HYDROGUI_GeoreferencementOp.h
 )
 
 QT4_WRAP_CPP(PROJECT_HEADERS_MOC ${PROJECT_HEADERS})
@@ -72,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
@@ -96,8 +109,12 @@ 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
+    HYDROGUI_ProfileOp.cxx
     HYDROGUI_Prs.cxx
     HYDROGUI_PrsDriver.cxx
     HYDROGUI_PrsImage.cxx
@@ -111,10 +128,12 @@ 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
-    HYDROGUI_UpdateImageOp.cxx
+    HYDROGUI_UpdateObjectOp.cxx
     HYDROGUI_VisualStateOp.cxx
     HYDROGUI_VTKPrs.cxx
     HYDROGUI_VTKPrsBathymetry.cxx
@@ -129,6 +148,9 @@ set(PROJECT_SOURCES
     HYDROGUI_ObstacleDlg.cxx
     HYDROGUI_SetColorOp.cxx
     HYDROGUI_ColorDlg.cxx
+    HYDROGUI_ImportProfilesOp.cxx
+    HYDROGUI_GeoreferencementDlg.cxx
+    HYDROGUI_GeoreferencementOp.cxx
 )
 
 add_definitions(