~cairo-dock-team/ubuntu/natty/cairo-dock-plug-ins/2.3.0-2.1

« back to all changes in this revision

Viewing changes to musicPlayer/data/CMakeLists.txt

  • Committer: Bazaar Package Importer
  • Author(s): Matthieu Baerts (matttbe)
  • Date: 2010-08-10 00:05:57 UTC
  • mto: This revision was merged to the branch mainline in revision 10.
  • Revision ID: james.westby@ubuntu.com-20100810000557-htcyq9gwo5f7r6ec
Tags: upstream-2.2.0~0beta4
ImportĀ upstreamĀ versionĀ 2.2.0~0beta4

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
add_subdirectory(themes)
 
2
 
 
3
########### install files ###############
 
4
 
 
5
install(FILES ${CMAKE_CURRENT_BINARY_DIR}/musicPlayer.conf
 
6
        broken.svg
 
7
        pause.svg
 
8
        play.svg
 
9
        stop.svg
 
10
        default.svg
 
11
        broken.jpg
 
12
        pause.jpg
 
13
        play.jpg
 
14
        stop.jpg
 
15
        default.jpg
 
16
        0.svg
 
17
        1.svg
 
18
        2.svg
 
19
        3.svg
 
20
        preview.jpg
 
21
        icon.png
 
22
        DESTINATION ${musicplayerdatadir})