Salome HOME
Selector implementation for OCC viewer.
[modules/hydro.git] / src / HYDROGUI / CMakeLists.txt
index 3895c48694a43416ac32df6bb697de344f01b422..a92c80f11ff31c77d8ab5f623d0675731953575b 100644 (file)
@@ -22,6 +22,8 @@ set(PROJECT_HEADERS
     HYDROGUI_Module.h
     HYDROGUI_ObjSelector.h
     HYDROGUI_ObserveImageOp.h
+    HYDROGUI_OCCDisplayer.h
+    HYDROGUI_OCCSelector.h
     HYDROGUI_Operation.h
     HYDROGUI_Operations.h
     HYDROGUI_PolylineDlg.h
@@ -35,7 +37,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
@@ -68,6 +72,8 @@ set(PROJECT_SOURCES
     HYDROGUI_Module.cxx
     HYDROGUI_ObjSelector.cxx
     HYDROGUI_ObserveImageOp.cxx
+    HYDROGUI_OCCDisplayer.cxx
+    HYDROGUI_OCCSelector.cxx
     HYDROGUI_Operation.cxx
     HYDROGUI_Operations.cxx
     HYDROGUI_PolylineDlg.cxx
@@ -81,7 +87,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 +118,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}
     )