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:
authorDalai Felinto <dfelinto@gmail.com>2012-04-09 05:42:44 +0400
committerDalai Felinto <dfelinto@gmail.com>2012-04-09 05:42:44 +0400
commitbcd6c84a66280c5eeed363c91638deeecbcb91f1 (patch)
treea15f8e57972e2739383373e1a40f2904e97832eb /source/gameengine/GameLogic/CMakeLists.txt
parent891b46e074f28330003eb1484712a3c052008b48 (diff)
bugfix [#30760] edit text property bug
backspace was messing up with utf8 text. hijacking Blender utf8 functions tested in CMake but I think scons should work too. No idea about pure 'make' Happy Easter ;)
Diffstat (limited to 'source/gameengine/GameLogic/CMakeLists.txt')
-rw-r--r--source/gameengine/GameLogic/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/gameengine/GameLogic/CMakeLists.txt b/source/gameengine/GameLogic/CMakeLists.txt
index 98255bb8b97..64f198f72a0 100644
--- a/source/gameengine/GameLogic/CMakeLists.txt
+++ b/source/gameengine/GameLogic/CMakeLists.txt
@@ -28,6 +28,7 @@ set(INC
../Expressions
../Rasterizer
../SceneGraph
+ ../../blender/blenlib
../../../intern/container
../../../intern/moto/include
../../../intern/string