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>2014-03-16 15:11:14 +0400
committerCampbell Barton <ideasman42@gmail.com>2014-03-16 15:11:14 +0400
commit37dd7360d64f70f7e9034f82f9dd03b14c41102a (patch)
tree2d3d833b6709ca2d6f8ac2135078ff9b6aaa3efb /source/blender/editors/space_text/CMakeLists.txt
parent7b7196e3adea4cd5a818d0653f85b363418079c3 (diff)
Code cleanup: naming conventions
Diffstat (limited to 'source/blender/editors/space_text/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_text/CMakeLists.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/source/blender/editors/space_text/CMakeLists.txt b/source/blender/editors/space_text/CMakeLists.txt
index 0bb8ede7cca..bfeeb93372a 100644
--- a/source/blender/editors/space_text/CMakeLists.txt
+++ b/source/blender/editors/space_text/CMakeLists.txt
@@ -59,4 +59,4 @@ if(WITH_INTERNATIONAL)
add_definitions(-DWITH_INTERNATIONAL)
endif()
-blender_add_lib(bf_editor_text "${SRC}" "${INC}" "${INC_SYS}")
+blender_add_lib(bf_editor_space_text "${SRC}" "${INC}" "${INC_SYS}")