From: Nabil Ghodbane Date: Tue, 14 May 2024 07:45:45 +0000 (+0200) Subject: bos #41859: Ensure compilation on Windows X-Git-Tag: V9_13_0a1~5 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=refs%2Ftlpr%2F63%2Fhead;p=modules%2Fshaper.git bos #41859: Ensure compilation on Windows --- diff --git a/src/ModelAPI/CMakeLists.txt b/src/ModelAPI/CMakeLists.txt index 7882c7dee..ff750f796 100644 --- a/src/ModelAPI/CMakeLists.txt +++ b/src/ModelAPI/CMakeLists.txt @@ -120,6 +120,8 @@ SET(PROJECT_LIBRARIES Config GeomAPI Locale + ${PyInterp} + ${PYTHON_LIBRARIES} ) SET(CMAKE_SWIG_FLAGS -threads -w325,321,362,383,302,403,451,473) ADD_DEFINITIONS(-DMODELAPI_EXPORTS) @@ -150,6 +152,7 @@ SET(SWIG_SCRIPTS SET(SWIG_LINK_LIBRARIES ModelAPI GeomAPI + ${PyInterp} ${PYTHON_LIBRARIES} )