From f2fd45e6e6ac70b59da45641de1f476a3b36bf0e Mon Sep 17 00:00:00 2001 From: Yorik van Havre Date: Mon, 17 Jun 2019 16:43:01 -0300 Subject: [PATCH] Draft: Added missing cmake entry from last commit --- src/Mod/Draft/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/src/Mod/Draft/CMakeLists.txt b/src/Mod/Draft/CMakeLists.txt index 0b1b650608..c4a02358cc 100644 --- a/src/Mod/Draft/CMakeLists.txt +++ b/src/Mod/Draft/CMakeLists.txt @@ -15,6 +15,7 @@ SET(Draft_SRCS DraftVecUtils.py DraftGeomUtils.py DraftLayer.py + DraftEdit.py WorkingPlane.py getSVG.py importDXF.py