Skip to content

Commit

Permalink
Install desktop icons to shared directory
Browse files Browse the repository at this point in the history
  • Loading branch information
daljit46 committed Feb 15, 2024
1 parent fd45968 commit 2c33524
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions share/CMakeLists.txt
Original file line number Diff line number Diff line change
Expand Up @@ -6,4 +6,8 @@ add_custom_target(copy-share-data ALL

install(DIRECTORY ${CMAKE_CURRENT_SOURCE_DIR}/mrtrix3/
DESTINATION ${CMAKE_INSTALL_DATADIR}/mrtrix3
)

install(DIRECTORY ${PROJECT_SOURCE_DIR}/icons/desktop/
DESTINATION ${CMAKE_INSTALL_DATADIR}/icons/hicolor
)

0 comments on commit 2c33524

Please sign in to comment.