Skip to content

Commit

Permalink
Merge pull request #144 from sgrogan/stylesheetsCmake
Browse files Browse the repository at this point in the history
Istall Image files in images sub-directory
  • Loading branch information
wwmayer committed Apr 21, 2016
2 parents e5cb8db + 4ee095a commit c56dfa2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions src/Gui/Stylesheets/CMakeLists.txt
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
)

1 comment on commit c56dfa2

@sasobadovinac
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This one should probably also go in to 0.16

Please sign in to comment.