Build on Windows.

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

View File

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

View File

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

View File

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