]> SALOME platform Git repositories - modules/gui.git/commitdiff
Salome HOME
Build on Windows. rnv/pv58
authorrnv <rnv@opencascade.com>
Thu, 13 Feb 2020 13:41:12 +0000 (16:41 +0300)
committerRoman NIKOLAEV <rnv@nnov.opencascade.com>
Fri, 14 Feb 2020 14:58:34 +0000 (17:58 +0300)
src/PVViewer/CMakeLists.txt
src/SVTK/CMakeLists.txt
src/VTKViewer/CMakeLists.txt

index 016383c9081d1401f5026ce143d3651c57e8c275..826256626f9a4d53b5b37e5c8e5cbbd70a249885 100644 (file)
@@ -41,6 +41,7 @@ SET(_link_LIBRARIES
   suit 
   PVServerService
   ParaView::pqApplicationComponents
+  ParaView::pqPython
   )
 
 # --- headers ---
index 2bc24636230fc3bf2a0d0453d67c082baddfee4e..aa122905c5e2c5722a3218d197be87551d7e2756 100644 (file)
@@ -46,6 +46,10 @@ SET(_link_LIBRARIES
   ${OpenCASCADE_FoundationClasses_LIBRARIES} ${OpenCASCADE_Visualization_LIBRARIES}
   ${KERNEL_OpUtil}
   qtx suit ViewerTools SalomeObject SalomePrs VTKViewer OpenGLUtils
+  VTK::RenderingAnnotation
+  VTK::ImagingCore
+  VTK::CommonSystem
+  VTK::IOExportGL2PS
 )
 
 # --- headers ---
index ea3caf86bb589980e5ae032c2cd8de22df31011f..543ecf6c607e71b8e48b761c6abdb1f4c8f08ec2 100644 (file)
@@ -39,6 +39,10 @@ SET(_link_LIBRARIES
   ${OPENGL_LIBRARIES}
   ParaView::pqApplicationComponents
   VTK::RenderingLOD
+  VTK::FiltersGeometry
+  VTK::FiltersParallel
+  VTK::RenderingFreeType
+  VTK::IOImage
   ${OpenCASCADE_FoundationClasses_LIBRARIES}
   qtx
   suit