summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorDidier Raboud <odyx@debian.org>2012-12-26 14:56:12 +0100
committerDidier Raboud <odyx@debian.org>2012-12-27 09:56:38 +0100
commita75f02089cd97b62cb7cf1505bd38e32da14eb69 (patch)
tree98b8de4e4714a84947fe907146bb9a34c0a40c04 /src/CMakeLists.txt
parentc793d2d4c67a5556e39300988f42a630fc51e68d (diff)
downloadcolobot-a75f02089cd97b62cb7cf1505bd38e32da14eb69.tar.gz
colobot-a75f02089cd97b62cb7cf1505bd38e32da14eb69.tar.bz2
colobot-a75f02089cd97b62cb7cf1505bd38e32da14eb69.zip
Add translated freedesktop 'Desktop Entry' file
- Add po4a as build-dependency for travis (but it fallsback to english-only if not found) - Add (easy) french translation
Diffstat (limited to 'src/CMakeLists.txt')
-rw-r--r--src/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index 3339b1a..74de412 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -6,6 +6,8 @@ add_subdirectory(tools)
add_subdirectory(po)
+add_subdirectory(desktop)
+
# Tests
if(${TESTS})
add_subdirectory(common/test)