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/decimation/CMakeLists.txt | 8 ++++++-- 1 file changed, 6 insertions(+), 2 deletions(-) (limited to 'intern/decimation') diff --git a/intern/decimation/CMakeLists.txt b/intern/decimation/CMakeLists.txt index 7fdf08978a4..77ab6249e7f 100644 --- a/intern/decimation/CMakeLists.txt +++ b/intern/decimation/CMakeLists.txt @@ -24,9 +24,13 @@ # # ***** END GPL LICENSE BLOCK ***** -SET(INC . ../moto/include ../container ../memutil) +SET(INC + . + ../container + ../memutil + ../moto/include +) FILE(GLOB SRC intern/*.cpp) BLENDERLIB(bf_intern_decimate "${SRC}" "${INC}") -#, libtype=['core','common','player'], priority = [10, 20, 25] ) -- cgit v1.2.3