From d06d64537e38365a4ee1f1786daa261b3e26f517 Mon Sep 17 00:00:00 2001 From: Fabio Bas Date: Sun, 22 Jun 2014 23:24:44 +0200 Subject: [PATCH] Zonebg: avoid installing the CMakeLists.txt file --- zonebg/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/zonebg/CMakeLists.txt b/zonebg/CMakeLists.txt index e2904502..b250a44b 100644 --- a/zonebg/CMakeLists.txt +++ b/zonebg/CMakeLists.txt @@ -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)