From: rnv Date: Thu, 13 Feb 2020 13:40:21 +0000 (+0300) Subject: Build on Windows. X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=720a4f192519352b0c56bf81367280a4af2d7199;p=modules%2Fgeom.git Build on Windows. --- 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 )