~cairo-dock-team/ubuntu/precise/cairo-dock/988102

« back to all changes in this revision

Viewing changes to data/default-theme/CMakeLists.txt

  • Committer: Kees Cook
  • Date: 2011-08-11 19:31:26 UTC
  • mfrom: (19.1.1 cairo-dock)
  • Revision ID: kees@outflux.net-20110811193126-wh97aamdqx5gaf2f
Tags: 2.4.0~0beta2-0ubuntu1
releasing version 2.4.0~0beta2-0ubuntu1

Show diffs side-by-side

added added

removed removed

Lines of Context:
1
1
add_subdirectory(launchers)
2
2
add_subdirectory(plug-ins)
 
3
add_subdirectory(images)
3
4
 
4
5
########### install files ###############
5
6
 
6
7
install(FILES
7
8
        cairo-dock.conf
8
 
        active.png
9
 
        bg.svg
10
 
        indicator.png
11
9
        preview
12
10
        readme
13
11
        DESTINATION ${pkgdatadir}/themes/_default_ )