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. --- extern/glew/CMakeLists.txt | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'extern/glew') diff --git a/extern/glew/CMakeLists.txt b/extern/glew/CMakeLists.txt index 1c4faf04441..b22c7caaaae 100644 --- a/extern/glew/CMakeLists.txt +++ b/extern/glew/CMakeLists.txt @@ -27,7 +27,7 @@ SET(INC include src) IF(UNIX) - SET(INC ${INC} ${X11_X11_INCLUDE_PATH}) + LIST(APPEND INC ${X11_X11_INCLUDE_PATH}) ENDIF(UNIX) SET(SRC @@ -37,4 +37,3 @@ SET(SRC ADD_DEFINITIONS(-DGLEW_STATIC) BLENDERLIB(extern_glew "${SRC}" "${INC}") - -- cgit v1.2.3