summaryrefslogtreecommitdiffstats
path: root/sounds/CMakeLists.txt
blob: 4b01e076013234864c2111828778992bbcf9e88b (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
install(
    FILES
        COPYRIGHT
        1m.ogg
        5m.ogg

    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}/sounds
)

install(
    FILES eventsrc
    DESTINATION ${DATA_INSTALL_DIR}/${PROJECT_NAME}
)