From 29799bf09c9f11fa95f4054a799c0b82921ea05c Mon Sep 17 00:00:00 2001 From: "Guillermo S. Romero" Date: Wed, 22 Dec 2010 22:15:20 +0000 Subject: Compact -I paths in makefiles for more readble files/output. Also some white space cleaning and removal of redundant parameter. --- source/gameengine/CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'source/gameengine/CMakeLists.txt') diff --git a/source/gameengine/CMakeLists.txt b/source/gameengine/CMakeLists.txt index 686cb7cc8fa..53688ab3218 100644 --- a/source/gameengine/CMakeLists.txt +++ b/source/gameengine/CMakeLists.txt @@ -1,3 +1,4 @@ +# -*- mode: cmake; indent-tabs-mode: t; -*- # $Id$ # ***** BEGIN GPL LICENSE BLOCK ***** # @@ -26,7 +27,7 @@ # there are too many inter-includes so best define here if(WITH_PYTHON) - include_directories(${PYTHON_INC}) + blender_include_dirs(${PYTHON_INC}) add_definitions(-DWITH_PYTHON) endif() -- cgit v1.2.3