Salome HOME
1) Edit Image operation
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index f5cc14cf815a4d3683916906b9cafd3bbea378fe..4595c918d78ba958991620f203721d7ee12786e3 100644 (file)
@@ -10,13 +10,13 @@ set(PROJECT_HEADERS
     HYDROGUI_GVSelector.h
     HYDROGUI_ImportImageDlg.h
     HYDROGUI_ImportImageOp.h
-    HYDROGUI_PolylineOp.h
-    HYDROGUI_PolylineDlg.h
     HYDROGUI_InputPanel.h
     HYDROGUI_Module.h
     HYDROGUI_ObjSelector.h
     HYDROGUI_Operation.h
     HYDROGUI_Operations.h
+    HYDROGUI_PolylineDlg.h
+    HYDROGUI_PolylineOp.h
     HYDROGUI_Prs.h
     HYDROGUI_PrsDriver.h
     HYDROGUI_PrsImage.h
@@ -38,20 +38,20 @@ set(PROJECT_SOURCES
     HYDROGUI_GVSelector.cxx
     HYDROGUI_ImportImageDlg.cxx
     HYDROGUI_ImportImageOp.cxx
-    HYDROGUI_PolylineDlg.cxx
-    HYDROGUI_PolylineOp.cxx
     HYDROGUI_InputPanel.cxx
     HYDROGUI_Module.cxx
     HYDROGUI_ObjSelector.cxx
     HYDROGUI_Operation.cxx
     HYDROGUI_Operations.cxx
-    HYDROGUI_TwoImagesDlg.cxx
+    HYDROGUI_PolylineDlg.cxx
+    HYDROGUI_PolylineOp.cxx
     HYDROGUI_Prs.cxx
     HYDROGUI_PrsDriver.cxx
     HYDROGUI_PrsImage.cxx
     HYDROGUI_PrsImageDriver.cxx
     HYDROGUI_PrsImageFrame.cxx
     HYDROGUI_Tool.cxx
+    HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx
 )