summaryrefslogtreecommitdiff
blob: 5bd95c121ed9ebb14690b7b71bed79f38635f4bc (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
From 0a3ebb368242ed379f4ff7d5eca24be79841d968 Mon Sep 17 00:00:00 2001
From: Sebastian Pipping <sebastian@pipping.org>
Date: Sat, 21 Jan 2017 18:55:47 +0100
Subject: [PATCH] Install missing files

---
 data/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/data/CMakeLists.txt b/data/CMakeLists.txt
index a2454cd..5a2a661 100644
--- a/data/CMakeLists.txt
+++ b/data/CMakeLists.txt
@@ -25,10 +25,12 @@ set(install_files
 	${CMAKE_CURRENT_BINARY_DIR}/backgrounds.zip
 	${CMAKE_CURRENT_BINARY_DIR}/rules.zip
 	config.xml
+	Icon.bmp
 	inputconfig.xml
 	server/server.xml
 	lang_de.xml
 	lang_en.xml
+	lang_it.xml
 	lang_fr.xml)
 
 if (WIN32)
-- 
2.11.0