summaryrefslogtreecommitdiff
path: root/data/sound
diff options
context:
space:
mode:
Diffstat (limited to 'data/sound')
-rw-r--r--data/sound/CMakeLists.txt15
1 files changed, 15 insertions, 0 deletions
diff --git a/data/sound/CMakeLists.txt b/data/sound/CMakeLists.txt
new file mode 100644
index 0000000..9e60aa7
--- /dev/null
+++ b/data/sound/CMakeLists.txt
@@ -0,0 +1,15 @@
+###############################################################################
+# tuxanci/data/sound/CMakeLists.txt
+###############################################################################
+# DIRECTORIES
+###############################################################################
+# nada :P
+###############################################################################
+# CURRENT DIRECTORY FILES
+###############################################################################
+IF ( NOT NO_Audio )
+ FILE ( GLOB files "*.ogg" )
+ INSTALL ( FILES ${files}
+ DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/sound/ )
+ENDIF ( NOT NO_Audio )
+############################################################################### \ No newline at end of file