Files
create/src/Mod/Start/StartPage/CMakeLists.txt
Yorik van Havre 2fb5d5869b Start: Improvements to the Start page - relates to #1017
* Removed the videos section
* Added descriptions for feed links
* New cleaner look
* Colors taken from the system
* Feed links open in an external browser
2014-03-03 17:01:18 -03:00

44 lines
787 B
CMake

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}
DESTINATION Mod/Start/StartPage
)
INSTALL(FILES ${StartPage_DATA}
DESTINATION ${CMAKE_INSTALL_DATADIR}/Mod/Start/StartPage
)