From 782aa4f88f528e2a1a15233adce4911e38244041 Mon Sep 17 00:00:00 2001 From: Thomas Krijnen Date: Tue, 21 Apr 2026 21:51:21 +0200 Subject: [PATCH] Copy more so to python module --- src/ifcwrap/CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/ifcwrap/CMakeLists.txt b/src/ifcwrap/CMakeLists.txt index 889fee0dc1..be8f6590cd 100644 --- a/src/ifcwrap/CMakeLists.txt +++ b/src/ifcwrap/CMakeLists.txt @@ -221,6 +221,8 @@ IF(Python_Interpreter_FOUND OR PYTHON_MODULE_INSTALL_DIR) ${mapping_libraries} ${geometry_serializer_libraries} ${document_serializer_libraries} + ${LIBSVGFILL} + plugin ) list(REMOVE_DUPLICATES _ifcopenshell_python_runtime_targets)