+ add missing files to install target of Sketcher module

This commit is contained in:
wmayer 2014-07-17 12:26:52 +02:00
parent c6af002ab5
commit 0fda229597

View File

@ -11,7 +11,15 @@ INSTALL(
SketcherExample.py
TestSketcherApp.py
TestSketcherGui.py
Profiles.py
DESTINATION
Mod/Sketcher
)
INSTALL(
FILES
ProfileLib/Hexagon.py
ProfileLib/__init__.py
DESTINATION
Mod/Sketcher/ProfileLib
)