~elementary-pantheon/switchboard-plug-pantheon-shell/fix-1102623

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Daniel Foré
  • Date: 2014-12-27 22:07:43 UTC
  • mfrom: (210.1.1 fix-1102623)
  • Revision ID: daniel@elementaryos.org-20141227220743-dvvky5ub4yl1z2q6
merge kj's old branch into trunk

Show diffs side-by-side

added added

removed removed

Lines of Context:
48
48
include (CPack)
49
49
add_custom_target (dist COMMAND ${CMAKE_MAKE_PROGRAM} package_source)
50
50
 
 
51
 
 
52
include(GSettings)
 
53
add_schema("data/schema/org.pantheon.switchboard.plug.shell.gschema.xml")
 
54
 
51
55
# Files
52
56
file (GLOB resources "${CMAKE_CURRENT_SOURCE_DIR}/data/*.png")
53
57
 
58
62
# Info-plug
59
63
install (FILES ${resources} DESTINATION ${PKGDATADIR})
60
64
 
61
 
add_subdirectory(src)
 
65
add_subdirectory(src)
 
 
b'\\ No newline at end of file'