From dea59cc5eb6562272df361c062f7ed226c2b7a36 Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Sat, 18 Sep 2010 03:55:56 +0000 Subject: warning fixes and minor cmake changes. --- intern/boolop/CMakeLists.txt | 13 +++++++++++-- 1 file changed, 11 insertions(+), 2 deletions(-) (limited to 'intern/boolop') diff --git a/intern/boolop/CMakeLists.txt b/intern/boolop/CMakeLists.txt index 99923bc99dc..91500712a4c 100644 --- a/intern/boolop/CMakeLists.txt +++ b/intern/boolop/CMakeLists.txt @@ -24,9 +24,18 @@ # # ***** END GPL LICENSE BLOCK ***** -SET(INC . intern extern ../moto/include ../container ../memutil ../../source/blender/makesdna ../guardedalloc ../../source/blender/blenlib) +SET(INC + . + ./intern + ./extern + ../memutil + ../container + ../guardedalloc + ../moto/include + ../../source/blender/blenlib + ../../source/blender/makesdna +) FILE(GLOB SRC intern/*.cpp) BLENDERLIB(bf_intern_bop "${SRC}" "${INC}") -#, libtype='common', priority=5 ) -- cgit v1.2.3