summaryrefslogtreecommitdiff
path: root/data/sfx/system/CMakeLists.txt
blob: e08346ffc6231368d523918031d13f54e48d3658 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
SET (FILES
    attention.ogg
    book.ogg
    chat1.ogg
    chat2.ogg
    complete.ogg
    email.ogg
    error.ogg
    finish.ogg
    incoming.ogg
    move.ogg
    notify.ogg
    newmessage.ogg
    offline.ogg
    online.ogg
    page.ogg
    reminder.ogg
    send.ogg
    start.ogg
    watcher.ogg
    )

INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/sfx/system)