From aeb17dd2f79f49dcab93e73f4a01cce2e72a183f Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 7 Oct 2013 20:10:04 -0300 Subject: [PATCH] Arch: Fixed cmake file --- 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 8d067edb6..7409db798 100644 --- a/src/Mod/Arch/CMakeLists.txt +++ b/src/Mod/Arch/CMakeLists.txt @@ -23,6 +23,7 @@ SET(Arch_SRCS ArchStairs.py importWebGL.py ArchSpace.py + ArchRebar.py TestArch.py ) SOURCE_GROUP("" FILES ${Arch_SRCS})