Zonebg: avoid installing the CMakeLists.txt file
This commit is contained in:
parent
0b4701c42f
commit
d06d64537e
1 changed files with 1 additions and 1 deletions
|
@ -2,7 +2,7 @@
|
|||
#
|
||||
# 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(APPLE)
|
||||
|
|
Loading…
Reference in a new issue