From ddc7035fbc20196acc5fc0ba083a8bcaa4b1a381 Mon Sep 17 00:00:00 2001 From: Furgo <148809153+furgo16@users.noreply.github.com> Date: Sun, 23 Mar 2025 20:14:26 +0100 Subject: [PATCH] BIM: also install test files --- src/Mod/BIM/CMakeLists.txt | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/src/Mod/BIM/CMakeLists.txt b/src/Mod/BIM/CMakeLists.txt index af15d292f4..895f30a8a0 100644 --- a/src/Mod/BIM/CMakeLists.txt +++ b/src/Mod/BIM/CMakeLists.txt @@ -45,6 +45,8 @@ SET(Arch_SRCS ArchSketchObject.py BimSelect.py BimStatus.py + TestArch.py + TestArchGui.py ) SET(importers_SRCS @@ -196,8 +198,6 @@ SET(nativeifc_SRCS ) SET(bimtests_SRCS - TestArch.py - TestArchGui.py bimtests/TestArchBase.py bimtests/TestArchRoof.py bimtests/TestArchSpace.py @@ -283,6 +283,12 @@ INSTALL( DESTINATION Mod/BIM/bimcommands ) +INSTALL( + FILES + ${bimtests_SRCS} + DESTINATION Mod/BIM/bimtests +) + INSTALL( FILES ${nativeifc_SRCS}