Patch by Antti Risteli (andepoikka)

Compile problems on gcc ubuntu-4.4.3 + misc
This commit is contained in:
Thomas Krijnen
2011-07-22 08:24:00 +00:00
parent 8767f6e52a
commit 75c26a34e1
4 changed files with 13 additions and 11 deletions
+1 -1
View File
@@ -10,4 +10,4 @@ SET(CMAKE_SWIG_FLAGS "")
SET_SOURCE_FILES_PROPERTIES(IfcPython.i PROPERTIES CPLUSPLUS ON)
SWIG_ADD_MODULE(IfcImport python IfcPython.i)
SWIG_LINK_LIBRARIES(IfcImport ${PYTHON_LIBRARIES} IfcParse TKAdvTools TKMath TKernel TKBRep TKGeomBase TKGeomAlgo TKBool TKMesh TKShHealing)
SWIG_LINK_LIBRARIES(IfcImport ${PYTHON_LIBRARIES} IfcParse TKAdvTools TKMath TKernel TKBRep TKGeomBase TKGeomAlgo TKBool TKMesh TKShHealing TKFillet)