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:
authorAntony Riakiotakis <kalast@gmail.com>2013-04-12 21:56:07 +0400
committerAntony Riakiotakis <kalast@gmail.com>2013-04-12 21:56:07 +0400
commitd0beabb642ea8acb8e3d69aa3fc503ad703e7dfd (patch)
tree35684f2a142bd21b4e1c380ad61a8d8ff9df25c9 /source/blender/blenfont/CMakeLists.txt
parenta305452275207a555d2812c3a5ea6647f0f594e4 (diff)
Add function to query maximum texture size. Also, make texture upload
functions aware of this limit.
Diffstat (limited to 'source/blender/blenfont/CMakeLists.txt')
-rw-r--r--source/blender/blenfont/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/blenfont/CMakeLists.txt b/source/blender/blenfont/CMakeLists.txt
index 7bb80c34323..936dd708cfb 100644
--- a/source/blender/blenfont/CMakeLists.txt
+++ b/source/blender/blenfont/CMakeLists.txt
@@ -31,6 +31,7 @@ set(INC
../makesrna
../python
../imbuf
+ ../gpu
../../../intern/guardedalloc
../../../intern/locale
)