summaryrefslogtreecommitdiff
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorTimo Lotterbach <timo.lotterbach@bmw-carit.de>2014-01-31 13:27:01 +0100
committerTimo Lotterbach <timo.lotterbach@bmw-carit.de>2014-01-31 13:42:38 +0100
commitea7e37cf353830ae68e4c658c22de2c957e99c35 (patch)
tree45bfc042dd9925f0350437c8cd39f6d0020c51a9 /CMakeLists.txt
parent099e1cd3904654cb7f77cbb5a19c240dc0eb19e2 (diff)
downloadwayland-ivi-extension-ea7e37cf353830ae68e4c658c22de2c957e99c35.tar.gz
fixed project name in build system
Signed-off-by: Timo Lotterbach <timo.lotterbach@bmw-carit.de>
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 5ee005b..c717f25 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -19,7 +19,7 @@
############################################################################
cmake_minimum_required (VERSION 2.6)
-project (LayerManager)
+project(wayland-ivi-extension)
SET(ILM_VERSION "1.2.0")