+ add missing cmake file

git-svn-id: https://free-cad.svn.sourceforge.net/svnroot/free-cad/trunk@5272 e8eeb9e2-ec13-0410-a4a9-efa5cf37419d
This commit is contained in:
wmayer 2011-12-11 23:27:41 +00:00
parent 3a4bb6ec4f
commit 3556a43e99

View File

@ -0,0 +1,32 @@
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
Mesh.py
PartDesign.py
Background.jpg
FreeCAD.png
PartDesign.png
ArchDesign.png
Mesh.png
Complete.png
PartDesignExample.png
ArchExample.png
web.png
)
INSTALL(FILES ${StartPage_SRCS} ${StartPage_DATA}
DESTINATION Mod/Start/StartPage
)