aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-11-23 15:32:44 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-11-23 15:32:44 -0200
commitf6198fff4d4717266e658d27089df181f9bc3f6d (patch)
tree4260f903745fa09088ece3a53138d4fcb55cfd79
parentf1993589f884271608acc52aa3f3b9b7e8632878 (diff)
Re-added the root project name, without it cmake get crazy when you try
to use the icecc support.
-rw-r--r--CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 40f06f382..c3db135ec 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,5 +1,7 @@
include(icecc.cmake) # this must be the first line!
+project(pysidebindings)
+
cmake_minimum_required(VERSION 2.6)
set(CMAKE_CXX_FLAGS_RELEASE "-Wall -DNDEBUG -Os -Wl,-O1 -Wl,--hash-style=gnu -Wno-strict-aliasing -fvisibility=hidden")