From 3ef74070c9995ad104712eed388f765f6cd10716 Mon Sep 17 00:00:00 2001 From: Gaia Clary Date: Mon, 18 Jun 2012 00:27:30 +0000 Subject: Collada: fix for building without collada --- source/blender/editors/io/CMakeLists.txt | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'source/blender/editors/io/CMakeLists.txt') diff --git a/source/blender/editors/io/CMakeLists.txt b/source/blender/editors/io/CMakeLists.txt index 49aec609379..ceefb7f8a47 100755 --- a/source/blender/editors/io/CMakeLists.txt +++ b/source/blender/editors/io/CMakeLists.txt @@ -39,4 +39,8 @@ set(SRC io_ops.h ) +if(WITH_OPENCOLLADA) + add_definitions(-DWITH_COLLADA) +endif() + blender_add_lib(bf_editor_io "${SRC}" "${INC}" "${INC_SYS}") -- cgit v1.2.3