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:
authorCampbell Barton <ideasman42@gmail.com>2010-11-11 08:45:55 +0300
committerCampbell Barton <ideasman42@gmail.com>2010-11-11 08:45:55 +0300
commite47d84026d3a03e3faa7ac0a5ba87bd67bcf6c72 (patch)
tree6b02ba7a22bf9a562e9085f62a815be10971c587 /source/blender/editors/space_info/CMakeLists.txt
parent662b35a2c0815258adb8abc8265dca01ba703b3b (diff)
make console wrapped text drawing into its own function in preparation to move report view out of the console space type. (no functional changes)
also remove incorrect messages about the original copyright in the GPL headers.
Diffstat (limited to 'source/blender/editors/space_info/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_info/CMakeLists.txt2
1 files changed, 2 insertions, 0 deletions
diff --git a/source/blender/editors/space_info/CMakeLists.txt b/source/blender/editors/space_info/CMakeLists.txt
index 4187afd8df4..ff65efeead0 100644
--- a/source/blender/editors/space_info/CMakeLists.txt
+++ b/source/blender/editors/space_info/CMakeLists.txt
@@ -21,6 +21,7 @@
SET(INC
../include
+ ../../blenfont
../../blenkernel
../../blenlib
../../imbuf
@@ -33,6 +34,7 @@ SET(INC
SET(SRC
info_ops.c
info_stats.c
+ textview.c
space_info.c
)