diff options
Diffstat (limited to 'klettres/klettres/fr/alpha/CMakeLists.txt')
-rw-r--r-- | klettres/klettres/fr/alpha/CMakeLists.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/klettres/klettres/fr/alpha/CMakeLists.txt b/klettres/klettres/fr/alpha/CMakeLists.txt new file mode 100644 index 00000000..cf7cd75c --- /dev/null +++ b/klettres/klettres/fr/alpha/CMakeLists.txt @@ -0,0 +1,6 @@ +file( GLOB _oggs RELATIVE ${CMAKE_CURRENT_SOURCE_DIR} *.ogg ) + +install( + FILES ${_oggs} + DESTINATION ${DATA_INSTALL_DIR}/klettres/fr/alpha +) |