BIM: also install test files

This commit is contained in:
Furgo
2025-03-23 20:14:26 +01:00
committed by Yorik van Havre
parent 518e2a8346
commit ddc7035fbc

View File

@@ -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}