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/screen/CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'source/blender/editors/screen/CMakeLists.txt') diff --git a/source/blender/editors/screen/CMakeLists.txt b/source/blender/editors/screen/CMakeLists.txt index 6bbd1112d05..b6a8e27449b 100644 --- a/source/blender/editors/screen/CMakeLists.txt +++ b/source/blender/editors/screen/CMakeLists.txt @@ -34,7 +34,7 @@ SET(INC ) IF(WIN32) - SET(INC ${INC} ${PTHREADS_INC}) + LIST(APPEND INC ${PTHREADS_INC}) ENDIF(WIN32) BLENDERLIB(bf_editor_screen "${SRC}" "${INC}") -- cgit v1.2.3