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}