diff options
Diffstat (limited to 'data/music/CMakeLists.txt')
-rw-r--r-- | data/music/CMakeLists.txt | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/data/music/CMakeLists.txt b/data/music/CMakeLists.txt new file mode 100644 index 000000000..d64d69823 --- /dev/null +++ b/data/music/CMakeLists.txt @@ -0,0 +1,5 @@ +SET(FILES + keprohm.ogg + ) + +INSTALL(FILES ${FILES} DESTINATION ${DATA_DIR}/music) |