Fixed build.

This commit is contained in:
Markus Lampert 2016-12-19 18:27:27 -08:00
parent 6552304323
commit 12d3d6950f

View File

@ -16,8 +16,6 @@ INSTALL(
SET(PathScripts_SRCS SET(PathScripts_SRCS
PathCommands.py PathCommands.py
PathScripts/DogboneDressup.py
PathScripts/DragknifeDressup.py
PathScripts/PathAreaUtils.py PathScripts/PathAreaUtils.py
PathScripts/PathArray.py PathScripts/PathArray.py
PathScripts/PathComment.py PathScripts/PathComment.py
@ -26,6 +24,8 @@ SET(PathScripts_SRCS
PathScripts/PathCopy.py PathScripts/PathCopy.py
PathScripts/PathCustom.py PathScripts/PathCustom.py
PathScripts/PathDressup.py PathScripts/PathDressup.py
PathScripts/PathDressupDogbone.py
PathScripts/PathDressupDragknife.py
PathScripts/PathDrilling.py PathScripts/PathDrilling.py
PathScripts/PathEngrave.py PathScripts/PathEngrave.py
PathScripts/PathFacePocket.py PathScripts/PathFacePocket.py