From b79aff6b6530604d47ca6112ec5c99f996196aac Mon Sep 17 00:00:00 2001 From: Klaas Freitag Date: Mon, 2 Apr 2012 13:56:32 +0200 Subject: [PATCH] install the exclude list. --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 93b64fd61..317ab0101 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -55,4 +55,6 @@ set(TRANSLATIONS ${CMAKE_SOURCE_DIR}/translations/mirall_de.ts) add_subdirectory(src) # add_subdirectory(test) +install( FILES exclude.lst DESTINATION etc ) +