Build on Windows.

This commit is contained in:
rnv 2020-02-13 16:40:21 +03:00
parent b4332c1441
commit 720a4f1925
3 changed files with 3 additions and 0 deletions

View File

@ -36,6 +36,7 @@ ADD_DEFINITIONS(
# libraries to link to
SET(_link_LIBRARIES
${QT_LIBRARIES}
${GUI_SalomeApp}
)
# --- resources ---

View File

@ -45,6 +45,7 @@ SET(_link_LIBRARIES
GEOMClient
${OpenCASCADE_ModelingData_LIBRARIES}
${KERNEL_SALOMELocalTrace}
${GUI_SalomeApp}
)
# --- headers ---

View File

@ -54,6 +54,7 @@ SET(_link_LIBRARIES
ParaView::pqApplicationComponents
VTK::RenderingMatplotlib
VTK::InteractionStyle
VTK::IOLegacy
GEOMUtils
)