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