Fix image installation for Start WB

This commit is contained in:
Kurt Kremitzki
2017-03-14 17:33:57 -05:00
committed by Yorik van Havre
parent 0b2ac1d9f6
commit 70543465f7
2 changed files with 4 additions and 14 deletions

View File

@@ -23,21 +23,7 @@ if(BUILD_GUI)
LoadFemExample3D.py
Mesh.py
PartDesign.py
images/Background.jpg
images/FreeCAD.png
images/PartDesign.png
images/ArchDesign.png
images/Mesh.png
images/Complete.png
images/PartDesignExample.png
images/ArchExample.png
images/web.png
images/blank.png
images/freecad-doc.png
images/complete.jpg
Ship.py
images/Ship.png
images/ShipExample.png
StartPage.css
StartPage.js
StartPage.html

View File

@@ -6,3 +6,7 @@ INSTALL(FILES ${StartPage_Scripts}
INSTALL(FILES ${StartPage_Resources}
DESTINATION ${CMAKE_INSTALL_DATADIR}/Mod/Start/StartPage
)
INSTALL(DIRECTORY images/
DESTINATION ${CMAKE_INSTALL_DATADIR}/Mod/Start/StartPage/images
)