Fix cmake install scripts.

- fix renamed file: "IfcShapeList.h" -> "IfcRepresentationShapeItem.h"
 - IfcImport target object file.
This commit is contained in:
Jang Myeongho
2013-12-11 03:17:05 +00:00
parent 30804b4232
commit 06958a02a4
2 changed files with 3 additions and 3 deletions
+1 -1
View File
@@ -159,7 +159,7 @@ SET(include_files_geom
../src/ifcgeom/IfcRegisterIsShapeCollection.h
../src/ifcgeom/IfcRegisterPurgeCache.h
../src/ifcgeom/IfcRegisterUndef.h
../src/ifcgeom/IfcShapeList.h
../src/ifcgeom/IfcRepresentationShapeItem.h
)
SET(include_files_parse
../src/ifcparse/Ifc2x3.h
+2 -2
View File
@@ -27,9 +27,9 @@ STRING(REPLACE "\r" "" python_package_dir "${python_package_dir}")
STRING(REPLACE "\n" "" python_package_dir "${python_package_dir}")
INSTALL(FILES
"${CMAKE_BINARY_DIR}/ifcwrap/IfcImport.py"
"${CMAKE_BINARY_DIR}/ifcwrap/_IfcImport.so"
"${CMAKE_BINARY_DIR}/ifcwrap/IfcImport.py"
DESTINATION "${python_package_dir}")
INSTALL(TARGETS _IfcImport DESTINATION "${python_package_dir}")
ENDIF(PYTHONLIBS_FOUND)