From a70b766aa905c608f05ff192e8f14420f26cffa9 Mon Sep 17 00:00:00 2001 From: Hugo Lima Date: Tue, 10 Nov 2009 19:58:13 -0200 Subject: Add support for distributed compilation using icecc. To use it, just pass -DENABLE_ICECC=ON when running cmake. Reviewed by Marcelo Lira --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 9ea45937e..e6ef3f46b 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,3 +1,5 @@ +include(icecc.cmake) # this must be the first line! + project(pyside) cmake_minimum_required(VERSION 2.6) -- cgit v1.2.3