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