~ken-vandine/ubuntu-system-settings/rtm_click_framework_check

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Ken VanDine
  • Date: 2014-09-16 04:21:50 UTC
  • mto: (926.1.128 ubuntu-system-settings)
  • mto: This revision was merged to the branch mainline in revision 927.
  • Revision ID: ken.vandine@canonical.com-20140916042150-72dqtyqcwxzxxcuv
Include an icon instead of using the themed icon (LP: #1365408)

Show diffs side-by-side

added added

removed removed

Lines of Context:
88
88
 
89
89
install(FILES ubuntu-system-settings.url-dispatcher DESTINATION share/url-dispatcher/urls)
90
90
install(FILES screenshot.png DESTINATION ${SETTINGS_SHARE_DIR})
 
91
install(FILES system-settings.png DESTINATION ${SETTINGS_SHARE_DIR})
91
92
install(PROGRAMS push-helper/software_updates_helper.py DESTINATION ${PUSH_HELPER_DIR} RENAME ubuntu-system-settings)
92
93
 
93
94
if(cmake_build_type_lower MATCHES coverage)