Skip to content

Commit

Permalink
Istall Image files in images sub-directory
Browse files Browse the repository at this point in the history
  • Loading branch information
sgrogan committed Apr 20, 2016
1 parent a80b077 commit 4ee095a
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Gui/Stylesheets/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,13 @@ fc_copy_sources(Stylesheets_data "${CMAKE_BINARY_DIR}/data/Gui/Stylesheets" ${St

INSTALL(
FILES
${Stylesheets_Files} ${Images_Files}
${Stylesheets_Files}
DESTINATION
${CMAKE_INSTALL_DATADIR}/Gui/Stylesheets
)

INSTALL(
FILES
${Images_Files}
DESTINATION
${CMAKE_INSTALL_DATADIR}/Gui/Stylesheets/images
)

0 comments on commit 4ee095a

Please sign in to comment.