From 9ea97203ae2049ea50e7bfbe3e30815eebb5990c Mon Sep 17 00:00:00 2001 From: Damien Plisson Date: Mon, 2 Nov 2009 14:03:13 +0000 Subject: Mac : - Updated CMake files for building with openCollada Update of the 10.5 libs including openCollada is coming in next commit --- source/blender/collada/CMakeLists.txt | 20 ++++++++++++++++++++ 1 file changed, 20 insertions(+) (limited to 'source/blender/collada') diff --git a/source/blender/collada/CMakeLists.txt b/source/blender/collada/CMakeLists.txt index 5a8c08a254d..f510e7ee9ad 100644 --- a/source/blender/collada/CMakeLists.txt +++ b/source/blender/collada/CMakeLists.txt @@ -26,6 +26,24 @@ FILE(GLOB SRC *.cpp) +IF(APPLE) +SET(INC + . + ../blenlib + ../blenkernel + ../windowmanager + ../makesdna + ../makesrna + ../editors/include + ../../../intern/guardedalloc + ${OPENCOLLADA_INC}/COLLADAStreamWriter + ${OPENCOLLADA_INC}/COLLADABaseUtils + ${OPENCOLLADA_INC}/COLLADAFramework + ${OPENCOLLADA_INC}/COLLADASaxFrameworkLoader +) + +ELSE(APPLE) + SET(INC . ../blenlib @@ -41,4 +59,6 @@ SET(INC ${OPENCOLLADA}/COLLADASaxFrameworkLoader/include ) +ENDIF(APPLE) + BLENDERLIB(bf_collada "${SRC}" "${INC}") -- cgit v1.2.3