diff options
Diffstat (limited to 'data/music/CMakeLists.txt')
| -rw-r--r-- | data/music/CMakeLists.txt | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/data/music/CMakeLists.txt b/data/music/CMakeLists.txt new file mode 100644 index 0000000..cce6972 --- /dev/null +++ b/data/music/CMakeLists.txt @@ -0,0 +1,15 @@ +############################################################################### +# 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}/sound/ ) +ENDIF ( NOT NO_Audio ) +###############################################################################
\ No newline at end of file |