summaryrefslogtreecommitdiffstats
path: root/src/CMakeLists.txt
diff options
context:
space:
mode:
authorMichał Zieliński <michal@zielinscy.org.pl>2012-12-27 03:25:39 -0800
committerMichał Zieliński <michal@zielinscy.org.pl>2012-12-27 03:25:39 -0800
commita30b35b8fe9a9565faf7c0fef5a3911511fb4952 (patch)
treec3f9c867393982c4400f1378801c5184b2a363b2 /src/CMakeLists.txt
parentc793d2d4c67a5556e39300988f42a630fc51e68d (diff)
parentc2ebd5551ff2569f56e3321efd2d9bedaf079955 (diff)
downloadcolobot-a30b35b8fe9a9565faf7c0fef5a3911511fb4952.tar.gz
colobot-a30b35b8fe9a9565faf7c0fef5a3911511fb4952.tar.bz2
colobot-a30b35b8fe9a9565faf7c0fef5a3911511fb4952.zip
Merge pull request #103 from OdyX/dev-desktop-file
Add desktop and icon files
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)