+ fixes #0001361: StartPage scripts and resources are installed twice

This commit is contained in:
wmayer
2014-12-01 15:57:23 +01:00
parent dd3412b159
commit 640c9cbf8b
3 changed files with 44 additions and 74 deletions

View File

@@ -1,43 +1,8 @@
SET(StartPage_SRCS
StartPage.py
__init__.py
)
SET(StartPage_DATA
ArchDesign.py
DefaultWorkbench.py
LoadDrawingExample.py
LoadPartDesignExample.py
LoadRobotExample.py
LoadSchenkel.py
LoadMRU0.py
LoadMRU1.py
LoadMRU2.py
LoadArchExample.py
Mesh.py
PartDesign.py
Background.jpg
FreeCAD.png
PartDesign.png
ArchDesign.png
Mesh.png
Complete.png
PartDesignExample.png
ArchExample.png
web.png
blank.png
freecad-doc.png
complete.jpg
Ship.py
Ship.png
ShipExample.png
)
INSTALL(FILES ${StartPage_SRCS}
INSTALL(FILES ${StartPage_Scripts}
DESTINATION Mod/Start/StartPage
)
INSTALL(FILES ${StartPage_DATA}
INSTALL(FILES ${StartPage_Resources}
DESTINATION ${CMAKE_INSTALL_DATADIR}/Mod/Start/StartPage
)