From 44541fa14d39657c4401cf583f2d0c22a98f5441 Mon Sep 17 00:00:00 2001 From: jriegel Date: Mon, 3 Jun 2013 21:00:38 +0200 Subject: [PATCH] Add some files to build --- src/Mod/Machining_Distortion/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/src/Mod/Machining_Distortion/CMakeLists.txt b/src/Mod/Machining_Distortion/CMakeLists.txt index 5dc518f21b..9f3008583f 100755 --- a/src/Mod/Machining_Distortion/CMakeLists.txt +++ b/src/Mod/Machining_Distortion/CMakeLists.txt @@ -1,4 +1,7 @@ + +# collect all the python files: +#FILE( GLOB MachDist_SRCS ./*.py ) SET(MachDist_SRCS Init.py InitGui.py @@ -12,6 +15,7 @@ SET(MachDist_SRCS MachiningDistortionCommands.py User_Interface_Mach_Dist.py machdist_rc.py + MachDistMaterial.py ) SOURCE_GROUP("" FILES ${MachDist_SRCS})