diff options
Diffstat (limited to 'data/arena/CMakeLists.txt')
| -rw-r--r-- | data/arena/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/data/arena/CMakeLists.txt b/data/arena/CMakeLists.txt index 36cdae3..9a7fdd1 100644 --- a/data/arena/CMakeLists.txt +++ b/data/arena/CMakeLists.txt @@ -7,7 +7,7 @@ ############################################################################### # CURRENT DIRECTORY FILES ############################################################################### -FILE ( GLOB files "*.map" ) +FILE ( GLOB files "*.zip" ) INSTALL ( FILES ${files} DESTINATION ${CMAKE_INSTALL_DATADIR}/${APPNAME}/arena/ ) ###############################################################################
\ No newline at end of file |