From 3eed1107c8fd5cf2f7668f3697df6b44d07d8c53 Mon Sep 17 00:00:00 2001 From: Syres916 <46537884+Syres916@users.noreply.github.com> Date: Tue, 5 Dec 2023 14:01:29 +0000 Subject: [PATCH] [Techdraw] Add missing Line Styles to CMakeLists.txt --- src/Mod/TechDraw/CMakeLists.txt | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/src/Mod/TechDraw/CMakeLists.txt b/src/Mod/TechDraw/CMakeLists.txt index b4a796218b..61936b2c9d 100644 --- a/src/Mod/TechDraw/CMakeLists.txt +++ b/src/Mod/TechDraw/CMakeLists.txt @@ -40,6 +40,12 @@ SET(TechDraw_PATFile ) SET(TechDraw_LineGroupFile + LineGroup/ANSI.Y14.2M.1992.ElementDef.csv + LineGroup/ANSI.Y14.2M.1992.LineDef.csv + LineGroup/ASME.Y14.2.2008.ElementDef.csv + LineGroup/ASME.Y14.2.2008.LineDef.csv + LineGroup/ISO.128.20.1996.ElementDef.csv + LineGroup/ISO.128.20.1996.LineDef.csv LineGroup/LineGroup.csv )