From 2406ebe1a47c388df8b1ea003d7f768df947460f Mon Sep 17 00:00:00 2001 From: Campbell Barton Date: Tue, 7 Sep 2010 01:13:10 +0000 Subject: - added back zlib include (needed for win32). - use list append in more places. - remove non existing include dir. --- source/blender/editors/object/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/object/CMakeLists.txt') diff --git a/source/blender/editors/object/CMakeLists.txt b/source/blender/editors/object/CMakeLists.txt index a41b9e89f83..10fbd62a098 100644 --- a/source/blender/editors/object/CMakeLists.txt +++ b/source/blender/editors/object/CMakeLists.txt @@ -41,7 +41,7 @@ IF(NOT WITH_PYTHON) ENDIF(NOT WITH_PYTHON) IF(WIN32) - SET(INC ${INC} ${PTHREADS_INC}) + LIST(APPEND INC ${PTHREADS_INC}) ENDIF(WIN32) BLENDERLIB(bf_editor_object "${SRC}" "${INC}") -- cgit v1.2.3