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:
authorJoshua Leung <aligorith@gmail.com>2012-06-11 06:01:48 +0400
committerJoshua Leung <aligorith@gmail.com>2012-06-11 06:01:48 +0400
commit26164634f8be7b6221cdb8a881b16e05ff56b02b (patch)
tree91b22b765262b4990fca51496c05174fd6457f60 /source/blender/editors/space_sequencer/CMakeLists.txt
parent128e2cb125cc9ce71a7b89c5b80141f806afed5a (diff)
Build-system fix (for r.47710)
Need add blenfont to list of include directories for sequence editor buildfiles. Was causing build errors on OSX. Thanks Zavigny (IRC report)
Diffstat (limited to 'source/blender/editors/space_sequencer/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_sequencer/CMakeLists.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/source/blender/editors/space_sequencer/CMakeLists.txt b/source/blender/editors/space_sequencer/CMakeLists.txt
index bfd9ed95ee4..7bee8c2bebf 100644
--- a/source/blender/editors/space_sequencer/CMakeLists.txt
+++ b/source/blender/editors/space_sequencer/CMakeLists.txt
@@ -20,6 +20,7 @@
set(INC
../include
+ ../../blenfont
../../blenkernel
../../blenlib
../../blenloader