Fix INSTALL target in cmake files

This commit is contained in:
wmayer
2012-02-16 21:22:42 +01:00
parent 709d2705cb
commit 52fb356392
8 changed files with 39 additions and 0 deletions

View File

@@ -8,6 +8,9 @@ INSTALL(
FILES
Init.py
InitGui.py
DrawingAlgos.py
DrawingExample.py
DrawingTests.py
DESTINATION
Mod/Drawing
)