Zonebg: avoid installing the CMakeLists.txt file

This commit is contained in:
Fabio Bas 2014-06-22 23:24:44 +02:00
parent 0b4701c42f
commit d06d64537e

View file

@ -2,7 +2,7 @@
# #
# Installs default "zone background" files # Installs default "zone background" files
FILE(GLOB zonebg "${CMAKE_CURRENT_SOURCE_DIR}/*.*") FILE(GLOB zonebg "${CMAKE_CURRENT_SOURCE_DIR}/*.png" "${CMAKE_CURRENT_SOURCE_DIR}/*.jpg")
if(UNIX) if(UNIX)
if(APPLE) if(APPLE)