~vanvugt/ubuntu-system-settings/fix-1607240

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Ted Gould
  • Date: 2014-01-14 03:02:58 UTC
  • mto: This revision was merged to the branch mainline in revision 572.
  • Revision ID: ted@gould.cx-20140114030258-ohcwq5rei56e80gi
Adding a URL specification file for the settings protocol

Show diffs side-by-side

added added

removed removed

Lines of Context:
69
69
add_subdirectory(tests)
70
70
 
71
71
install(FILES ubuntu-system-settings.desktop DESTINATION share/applications)
 
72
install(FILES ubuntu-system-settings.url-dispatcher DESTINATION share/url-dispatcher/urls)
72
73
 
73
74
if(cmake_build_type_lower MATCHES coverage)
74
75
  ENABLE_COVERAGE_REPORT(TARGETS system-settings FILTER /usr/include ${CMAKE_SOURCE_DIR}/test/* ${CMAKE_BINARY_DIR}/*)