~alan-griffiths/mir/migrate-tests-to-miral

« back to all changes in this revision

Viewing changes to examples/miral-shell/desktop/CMakeLists.txt

  • Committer: Christopher James Halse Rogers
  • Date: 2017-09-07 05:58:13 UTC
  • mfrom: (4242 development-branch)
  • mto: (4243.1.1 mir3)
  • mto: This revision was merged to the branch mainline in revision 4244.
  • Revision ID: christopher.halse.rogers@canonical.com-20170907055813-4qsg25nirybc8jj3
Merge trunk, resolving conflict

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(ICON_NAME ubuntu-logo)
 
2
set(PROGRAM_NAME miral-app)
 
3
 
 
4
configure_file(miral-shell.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/miral-shell.desktop @ONLY)
 
5
 
 
6
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/miral-shell.desktop
 
7
    DESTINATION ${CMAKE_INSTALL_PREFIX}/share/applications
 
8
)
 
9
 
 
10
install(FILES ${ICON_NAME}.svg
 
11
    DESTINATION ${CMAKE_INSTALL_PREFIX}/share/icons/hicolor/scalable/apps
 
12
)