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})