Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorNathan Letwory <nathan@letworyinteractive.com>2010-01-13 22:02:13 +0300
committerNathan Letwory <nathan@letworyinteractive.com>2010-01-13 22:02:13 +0300
commite594a8739bd6a2665e00491b15f59801cbb12a4e (patch)
treea673a9bcb0c8d804da273337a54431f21d876962 /intern/ghost/CMakeLists.txt
parentef5ab2b8e9d58ea5e54bb8cb5a852f6aa392bfd6 (diff)
Patch [#20588] Adding multisample support to Win32 Ghost - by Mitchell Stokes (Moguri)
Note: AA is still disabled due to AA creating problems for selection tools. If you must, set AA to 2 or 4 in wm_window.c where the GHOST window is created (line 317).
Diffstat (limited to 'intern/ghost/CMakeLists.txt')
-rw-r--r--intern/ghost/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt
index 77afcc929aa..bf57da23c69 100644
--- a/intern/ghost/CMakeLists.txt
+++ b/intern/ghost/CMakeLists.txt
@@ -24,7 +24,7 @@
#
# ***** END GPL LICENSE BLOCK *****
-SET(INC . ../string)
+SET(INC . ../string ../../extern/glew/include)
FILE(GLOB SRC intern/*.cpp intern/*.mm)