From f7af3a085215c9456693762e12a016ef83d84177 Mon Sep 17 00:00:00 2001 From: rnv Date: Thu, 13 Feb 2020 16:41:45 +0300 Subject: [PATCH] Build on Windows --- src/OBJECT/CMakeLists.txt | 1 + src/SMDS/CMakeLists.txt | 1 + src/SMESH_I/CMakeLists.txt | 1 + 3 files changed, 3 insertions(+) diff --git a/src/OBJECT/CMakeLists.txt b/src/OBJECT/CMakeLists.txt index f3e2f4490..d1a737cd2 100644 --- a/src/OBJECT/CMakeLists.txt +++ b/src/OBJECT/CMakeLists.txt @@ -59,6 +59,7 @@ SET(_link_LIBRARIES ${GUI_qtx} ${GUI_suit} ${GUI_std} + ${GUI_SalomeApp} SMESHClient SMDS SMESHControls diff --git a/src/SMDS/CMakeLists.txt b/src/SMDS/CMakeLists.txt index 2bc0f54b2..015d9808f 100644 --- a/src/SMDS/CMakeLists.txt +++ b/src/SMDS/CMakeLists.txt @@ -34,6 +34,7 @@ SET(_link_LIBRARIES ${KERNEL_SALOMELocalTrace} ${KERNEL_OpUtil} VTK::CommonCore + VTK::CommonDataModel ) # --- headers --- diff --git a/src/SMESH_I/CMakeLists.txt b/src/SMESH_I/CMakeLists.txt index 35fb4abf1..a68453fc4 100644 --- a/src/SMESH_I/CMakeLists.txt +++ b/src/SMESH_I/CMakeLists.txt @@ -74,6 +74,7 @@ SET(_link_LIBRARIES ${OpenCASCADE_ModelingAlgorithms_LIBRARIES} ${GEOM_GEOMClient} ${GEOM_SalomeIDLGEOM} + VTK::IOLegacy SalomeIDLSMESH SMESHimpl SMDS -- 2.30.2