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:
authorBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-29 21:56:32 +0400
committerBrecht Van Lommel <brechtvanlommel@pandora.be>2011-06-29 21:56:32 +0400
commit6582d30c264c8b15d88f9da452f016c73af60822 (patch)
treeb85c2199977419c664f7986e33d2cde2a1ecd7ae /CMakeLists.txt
parent7f70f783767cffbaddad8ddae9c9ffef3a107c58 (diff)
Fix windows cmake build, this line got accidentally removed in variable renaming.
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index 604040d247f..24a6f263b42 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -614,6 +614,7 @@ elseif(WIN32)
set(PTHREADS_INCLUDE_DIRS ${LIBDIR}/pthreads/include)
set(PTHREADS_LIBRARIES ${LIBDIR}/pthreads/lib/pthreadVC2.lib)
+ set(FREETYPE ${LIBDIR}/freetype)
set(FREETYPE_INCLUDE_DIRS
${LIBDIR}/freetype/include
${LIBDIR}/freetype/include/freetype2