~sethj/ubuntu/wily/unity/fix-for-1445595

« back to all changes in this revision

Viewing changes to CMakeLists.txt

  • Committer: Tarmac
  • Author(s): Tim Penhey
  • Date: 2012-10-30 09:42:35 UTC
  • mfrom: (2867.1.3 sane-resources)
  • Revision ID: tarmac-20121030094235-wdi93p1srampmrds
Move the resources directory to the root of the branch.. Approved by Neil J. Patel.

Show diffs side-by-side

added added

removed removed

Lines of Context:
227
227
install (CODE "message (STATUS \"Compiling GSettings schemas\")")
228
228
install (CODE "execute_process (COMMAND ${_glib_comple_schemas} ${GSETTINGS_DIR})")
229
229
 
 
230
# Resources
 
231
install (FILES resources/dash-widgets.json DESTINATION ${CMAKE_INSTALL_PREFIX}/share/unity/themes)
 
232
file (GLOB _datafiles "${CMAKE_CURRENT_SOURCE_DIR}/resources/*")
 
233
install (FILES ${_datafiles} DESTINATION ${PKGDATADIR})
 
234
 
 
235
 
230
236
# For testing
231
237
configure_file (${CMAKE_SOURCE_DIR}/${UNITY_SCHEMAS} ${CMAKE_BINARY_DIR}/settings/${UNITY_SCHEMAS})
232
238
execute_process (COMMAND ${_glib_comple_schemas} ${CMAKE_BINARY_DIR}/settings)