From 720a4f192519352b0c56bf81367280a4af2d7199 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 13 Feb 2020 16:40:21 +0300 Subject: [PATCH] Build on Windows. --- src/DlgRef/CMakeLists.txt | 1 + src/GEOMFiltersSelection/CMakeLists.txt | 1 + src/OBJECT/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/src/DlgRef/CMakeLists.txt b/src/DlgRef/CMakeLists.txt index 9fb0e2541..0d1b8790d 100644 --- a/src/DlgRef/CMakeLists.txt +++ b/src/DlgRef/CMakeLists.txt @@ -36,6 +36,7 @@ ADD_DEFINITIONS( # libraries to link to SET(_link_LIBRARIES ${QT_LIBRARIES} + ${GUI_SalomeApp} ) # --- resources --- diff --git a/src/GEOMFiltersSelection/CMakeLists.txt b/src/GEOMFiltersSelection/CMakeLists.txt index 37c0c1124..78771cc75 100644 --- a/src/GEOMFiltersSelection/CMakeLists.txt +++ b/src/GEOMFiltersSelection/CMakeLists.txt @@ -45,6 +45,7 @@ SET(_link_LIBRARIES GEOMClient ${OpenCASCADE_ModelingData_LIBRARIES} ${KERNEL_SALOMELocalTrace} + ${GUI_SalomeApp} ) # --- headers --- diff --git a/src/OBJECT/CMakeLists.txt b/src/OBJECT/CMakeLists.txt index 295cd1c85..da54f284f 100644 --- a/src/OBJECT/CMakeLists.txt +++ b/src/OBJECT/CMakeLists.txt @@ -54,6 +54,7 @@ SET(_link_LIBRARIES ParaView::pqApplicationComponents VTK::RenderingMatplotlib VTK::InteractionStyle + VTK::IOLegacy GEOMUtils ) -- 2.39.2