~ci-train-bot/unity8/unity8-ubuntu-zesty-2373

« back to all changes in this revision

Viewing changes to data/CMakeLists.txt

  • Committer: Michal Hruby
  • Date: 2013-12-20 15:27:59 UTC
  • mto: This revision was merged to the branch mainline in revision 613.
  • Revision ID: michal.mhr@gmail.com-20131220152759-7o59l2oqwleinknu
Cherrypick the unity-scope-tool

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
# generate desktop file
2
2
configure_file(${SHELL_APP}.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/${SHELL_APP}.desktop @ONLY)
 
3
configure_file(${SCOPE_TOOL}.desktop.in ${CMAKE_CURRENT_BINARY_DIR}/${SCOPE_TOOL}.desktop @ONLY)
3
4
 
4
 
# install desktop file
5
 
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${SHELL_APP}.desktop
 
5
# install desktop files
 
6
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/${SHELL_APP}.desktop {CMAKE_CURRENT_BINARY_DIR}/${SCOPE_TOOL}.desktop
6
7
    DESTINATION ${CMAKE_INSTALL_DATADIR}/applications
7
8
    )