Salome HOME
First integration of a new PV3D viewer.
[modules/gui.git] / src / SalomeApp / CMakeLists.txt
index 05b406eb2613610961018f24c012d6fc2ebbd7bc..3a69e3d0e57406748957f54b5d6ed32824c499e3 100644 (file)
@@ -107,6 +107,13 @@ IF(SALOME_USE_OCCVIEWER)
   ENDIF(SALOME_USE_SALOMEOBJECT)
 ENDIF()
 
+IF(SALOME_USE_PV3DVIEWER)
+  LIST(APPEND _link_LIBRARIES PV3DViewer)
+  IF(SALOME_USE_SALOMEOBJECT)
+    LIST(APPEND _link_LIBRARIES SPV3D)
+  ENDIF(SALOME_USE_SALOMEOBJECT)
+ENDIF()
+
 IF(SALOME_USE_PVVIEWER)
   LIST(APPEND _link_LIBRARIES PVViewer)
 ENDIF()