From 6e28ac2d7b241d9ee859650d58a89e2b7d441ea7 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Thu, 24 Nov 2011 19:36:12 +0000 Subject: pep8 edits and avoid naming conflicts with python builtins --- source/blender/gpu/CMakeLists.txt | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) (limited to 'source/blender/gpu') diff --git a/source/blender/gpu/CMakeLists.txt b/source/blender/gpu/CMakeLists.txt index 4488442815d..01afc0e24eb 100644 --- a/source/blender/gpu/CMakeLists.txt +++ b/source/blender/gpu/CMakeLists.txt @@ -31,8 +31,11 @@ set(INC ../imbuf ../makesdna ../makesrna - ../nodes # For node muting stuff... - ../nodes/intern # For node muting stuff... + + # For node muting stuff... + ../nodes + ../nodes/intern + ../../../intern/guardedalloc ../../../intern/smoke/extern ) -- cgit v1.2.3