~ci-train-bot/ubuntu-system-settings/ubuntu-system-settings-ubuntu-yakkety-1966

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Sebastien Bacher
  • Date: 2014-01-09 18:04:45 UTC
  • mto: This revision was merged to the branch mainline in revision 562.
  • Revision ID: seb128@ubuntu.com-20140109180445-0etooiuk47e6tdz6
install a screenshot, to be used in the unity dash

Show diffs side-by-side

added added

removed removed

Lines of Context:
68
68
add_subdirectory(src)
69
69
add_subdirectory(tests)
70
70
 
71
 
install(FILES ubuntu-system-settings.desktop DESTINATION share/applications)
 
71
configure_file(ubuntu-system-settings.desktop.in ubuntu-system-settings.desktop @ONLY)
 
72
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/ubuntu-system-settings.desktop DESTINATION share/applications)
 
73
install(FILES screenshot.png DESTINATION ${PLUGIN_MANIFEST_DIR})
72
74
 
73
75
if(cmake_build_type_lower MATCHES coverage)
74
76
  ENABLE_COVERAGE_REPORT(TARGETS system-settings FILTER /usr/include ${CMAKE_SOURCE_DIR}/test/* ${CMAKE_BINARY_DIR}/*)