From b4ba0f691a904cb27d741f34bbae4989db76ba84 Mon Sep 17 00:00:00 2001 From: jriegel Date: Mon, 17 Jun 2013 19:51:01 +0200 Subject: [PATCH] fix in cMake file --- 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 9f3008583f..ec8e442a77 100755 --- a/src/Mod/Machining_Distortion/CMakeLists.txt +++ b/src/Mod/Machining_Distortion/CMakeLists.txt @@ -16,6 +16,10 @@ SET(MachDist_SRCS User_Interface_Mach_Dist.py machdist_rc.py MachDistMaterial.py + MachDistMesh.py + MachDistAnalysis.py + MachDistIsostatic.py + MachDistAlignment.py ) SOURCE_GROUP("" FILES ${MachDist_SRCS})