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:
authorNicholas Bishop <nicholasbishop@gmail.com>2009-01-29 09:35:04 +0300
committerNicholas Bishop <nicholasbishop@gmail.com>2009-01-29 09:35:04 +0300
commit12616b7e247c721b33aff133f39cad44c96056a8 (patch)
treefe0a97ce1d3264558ac7311e8e256304329c3f66 /source/blender/editors/CMakeLists.txt
parent6e08a165bb36a4812688ee250294233157d982cb (diff)
Added CMake files needed for new blenfont module.
Note to bdiego: this module seems to depend on ftfont, which is only compiled with the INTERNATIONAL build setting, however it seems blenfont should work regardless of that setting.
Diffstat (limited to 'source/blender/editors/CMakeLists.txt')
-rw-r--r--source/blender/editors/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/CMakeLists.txt b/source/blender/editors/CMakeLists.txt
index 15c0bca8ffb..b014454d252 100644
--- a/source/blender/editors/CMakeLists.txt
+++ b/source/blender/editors/CMakeLists.txt
@@ -38,6 +38,7 @@ SET(INC ../windowmanager
../../../intern/ghost ../../../intern/opennl/extern ../../../extern/glew/include
../nodes
../gpu
+ ../blenfont
${SDL_INC}
)