Added thread milling files to cmake

This commit is contained in:
Markus Lampert
2020-11-29 20:00:07 -08:00
parent c0bdf89f4c
commit cc0ba34a4c

View File

@@ -111,6 +111,8 @@ SET(PathScripts_SRCS
PathScripts/PathSurface.py
PathScripts/PathSurfaceGui.py
PathScripts/PathSurfaceSupport.py
PathScripts/PathThreadMilling.py
PathScripts/PathThreadMillingGui.py
PathScripts/PathToolBit.py
PathScripts/PathToolBitCmd.py
PathScripts/PathToolBitEdit.py
@@ -196,6 +198,7 @@ SET(PathTests_SRCS
PathTests/TestPathPreferences.py
PathTests/TestPathSetupSheet.py
PathTests/TestPathStock.py
PathTests/TestPathThreadMilling.py
PathTests/TestPathTool.py
PathTests/TestPathToolBit.py
PathTests/TestPathToolController.py