Salome HOME
Modify creation of curves: 1) using QDockWidget instead of QDialog; 2) selection...
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 3895c48694a43416ac32df6bb697de344f01b422..73ac8c894aa0e4b757cee298b5706a081440b191 100644 (file)
@@ -35,7 +35,9 @@ set(PROJECT_HEADERS
     HYDROGUI_PrsPolylineDriver.h
     HYDROGUI_PrsZone.h
     HYDROGUI_PrsZoneDriver.h
+    HYDROGUI_Shape.h
     HYDROGUI_ShowHideOp.h
+    HYDROGUI_SplitZonesTool.h
     HYDROGUI_Tool.h
     HYDROGUI_TwoImagesDlg.h
     HYDROGUI_TwoImagesOp.h
@@ -81,7 +83,9 @@ set(PROJECT_SOURCES
     HYDROGUI_PrsPolylineDriver.cxx
     HYDROGUI_PrsZone.cxx
     HYDROGUI_PrsZoneDriver.cxx
+    HYDROGUI_Shape.cxx
     HYDROGUI_ShowHideOp.cxx
+    HYDROGUI_SplitZonesTool.cxx
     HYDROGUI_Tool.cxx
     HYDROGUI_TwoImagesDlg.cxx
     HYDROGUI_TwoImagesOp.cxx
@@ -110,7 +114,7 @@ include_directories(
 
 add_library(HYDROGUI SHARED ${PROJECT_SOURCES} ${PROJECT_HEADERS} ${PROJECT_HEADERS_MOC})
 target_link_libraries(HYDROGUI HYDROData 
-    ${CAS_TKV3d}
+    ${CAS_TKV3d} ${CAS_TKTopAlgo} ${CAS_TKBRep}
     ${LightApp} ${CAM} ${suit} ${qtx} ${ObjBrowser} ${GraphicsView} ${std} ${Event} ${OCCViewer}
     ${CurveCreator}
     )