File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -15,8 +15,8 @@ INCLUDE_DIRECTORIES(${CMAKE_CURRENT_SOURCE_DIR})
1515SET (CMAKE_SWIG_FLAGS "" )
1616
1717SET_SOURCE_FILES_PROPERTIES (IfcPython.i PROPERTIES CPLUSPLUS ON )
18- SWIG_ADD_MODULE (IfcImport python IfcPython.i )
19- SWIG_LINK_LIBRARIES (IfcImport ${PYTHON_LIBRARIES} IfcParse IfcGeom TKernel TKMath TKBRep TKGeomBase TKGeomAlgo TKG3d TKG2d TKShHealing TKTopAlgo TKMesh TKPrim TKBool TKBO TKFillet TKOffset )
18+ SWIG_ADD_MODULE (ifc_wrapper python IfcPython.i )
19+ SWIG_LINK_LIBRARIES (ifc_wrapper ${PYTHON_LIBRARIES} IfcParse IfcGeom TKernel TKMath TKBRep TKGeomBase TKGeomAlgo TKG3d TKG2d TKShHealing TKTopAlgo TKMesh TKPrim TKBool TKBO TKFillet TKOffset )
2020
2121# To install IfcPython let's get the site-packackes dir from python
2222EXECUTE_PROCESS (COMMAND python -c "from distutils.sysconfig import get_python_lib as x; print (x())"
You can’t perform that action at this time.
0 commit comments