aboutsummaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorHugo Lima <hugo.lima@openbossa.org>2009-12-02 11:32:03 -0200
committerHugo Lima <hugo.lima@openbossa.org>2009-12-02 11:32:03 -0200
commita84378bff4a45aaba839855d6f9151898adbee52 (patch)
tree7de6241158a9de66ab57c75b4d62cc277395f0e2 /CMakeLists.txt
parent3c433205280de89d4d7709dfb29426492fdbdbe6 (diff)
Add support for distributed compilation using icecc.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 1d9682c00..f29b50f23 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
+include(icecc.cmake)
project(shiboken)
cmake_minimum_required(VERSION 2.6)