From 59fab07a9803d95e30826f18aadc6c3b3d2d2270 Mon Sep 17 00:00:00 2001 From: rnv Date: Fri, 16 Aug 2019 19:02:07 +0300 Subject: [PATCH] Build under windows --- src/PVGUI/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/PVGUI/CMakeLists.txt b/src/PVGUI/CMakeLists.txt index 0c95245e..fa183e08 100644 --- a/src/PVGUI/CMakeLists.txt +++ b/src/PVGUI/CMakeLists.txt @@ -47,6 +47,7 @@ SET(_link_LIBRARIES ${GUI_SalomeObject} ${_PARAVIEW_APP_COMPO_LIB} ${GUI_PVViewer} + ${VTK_LIBRARIES} ) # --- headers --- -- 2.39.2