From: mzn Date: Thu, 2 Apr 2015 11:39:20 +0000 (+0300) Subject: refs #496: undefined symbol sipTypeDef_HYDROPy_HYDROData_IProfilesInterpolator X-Git-Tag: BR_hydro_v_1_0_5~7 X-Git-Url: http://git.salome-platform.org/gitweb/?a=commitdiff_plain;h=05a0250a98ad6c6e9735d3152e8467484d40496e;p=modules%2Fhydro.git refs #496: undefined symbol sipTypeDef_HYDROPy_HYDROData_IProfilesInterpolator --- diff --git a/CMake/UsePyQt4EXT.cmake b/CMake/UsePyQt4EXT.cmake index 27a351e2..67d1e84d 100644 --- a/CMake/UsePyQt4EXT.cmake +++ b/CMake/UsePyQt4EXT.cmake @@ -133,6 +133,9 @@ MACRO(PYQT4_WRAP_SIP_EXT outfiles) LIST(APPEND _output ${CMAKE_CURRENT_BINARY_DIR}/sipHYDROPyHYDROData_IInterpolator.cc) SET(${outfiles} ${${outfiles}} ${CMAKE_CURRENT_BINARY_DIR}/sipHYDROPyHYDROData_IInterpolator.cc) + LIST(APPEND _output ${CMAKE_CURRENT_BINARY_DIR}/sipHYDROPyHYDROData_IProfilesInterpolator.cc) + SET(${outfiles} ${${outfiles}} ${CMAKE_CURRENT_BINARY_DIR}/sipHYDROPyHYDROData_IProfilesInterpolator.cc) + LIST(APPEND _output ${CMAKE_CURRENT_BINARY_DIR}/sipHYDROPygp_XYZ.cc) SET(${outfiles} ${${outfiles}} ${CMAKE_CURRENT_BINARY_DIR}/sipHYDROPygp_XYZ.cc)