From d8ca1b3effcc8b05c5f07d98d52b1318bf278d4e Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Mon, 28 Jan 2019 10:19:07 +1100 Subject: [PATCH] Add ArchIFC to CMakeLists otherwise nobody will get it --- src/Mod/Arch/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Arch/CMakeLists.txt b/src/Mod/Arch/CMakeLists.txt index 1b5128d630..bf77656ab5 100644 --- a/src/Mod/Arch/CMakeLists.txt +++ b/src/Mod/Arch/CMakeLists.txt @@ -6,6 +6,7 @@ SET(Arch_SRCS Init.py InitGui.py ArchComponent.py + ArchIFC.py ArchWall.py importIFC.py importIFClegacy.py