~ubuntu-branches/ubuntu/utopic/picmi/utopic

« back to all changes in this revision

Viewing changes to themes/CMakeLists.txt

  • Committer: Package Import Robot
  • Author(s): Jonathan Riddell
  • Date: 2012-12-03 17:39:47 UTC
  • Revision ID: package-import@ubuntu.com-20121203173947-tt1kk5wp92zk1f2z
Tags: upstream-4.9.90
ImportĀ upstreamĀ versionĀ 4.9.90

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
set(picmi_THEME_SRCS
 
2
        picmi.desktop
 
3
        picmi.svg
 
4
        picmi.png
 
5
)
 
6
install(FILES ${picmi_THEME_SRCS} DESTINATION ${DATA_INSTALL_DIR}/picmi/themes)
 
7
 
 
8
# vim:set ts=4 sw=4 et: