From 1e262c8768af68bc7cbe821580e57de855dc9dab Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Sat, 23 Apr 2016 11:42:11 +0200 Subject: [PATCH] Update build script to install pyqt app --- src/ifcwrap/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcwrap/CMakeLists.txt b/src/ifcwrap/CMakeLists.txt index ba2b6a0c59..eb6af21f3a 100644 --- a/src/ifcwrap/CMakeLists.txt +++ b/src/ifcwrap/CMakeLists.txt @@ -73,6 +73,8 @@ IF(PYTHONINTERP_FOUND) DESTINATION "${python_package_dir}/ifcopenshell") INSTALL(FILES "${CMAKE_CURRENT_SOURCE_DIR}/../ifcopenshell-python/ifcopenshell/geom/__init__.py" + "${CMAKE_CURRENT_SOURCE_DIR}/../ifcopenshell-python/ifcopenshell/geom/app.py" + "${CMAKE_CURRENT_SOURCE_DIR}/../ifcopenshell-python/ifcopenshell/geom/main.py" "${CMAKE_CURRENT_SOURCE_DIR}/../ifcopenshell-python/ifcopenshell/geom/occ_utils.py" DESTINATION "${python_package_dir}/ifcopenshell/geom") INSTALL(TARGETS _ifcopenshell_wrapper DESTINATION "${python_package_dir}/ifcopenshell")