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:
Diffstat (limited to 'source/blender/editors/space_text/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_text/CMakeLists.txt66
1 files changed, 33 insertions, 33 deletions
diff --git a/source/blender/editors/space_text/CMakeLists.txt b/source/blender/editors/space_text/CMakeLists.txt
index f4054a0dd0e..f5db86ac4c2 100644
--- a/source/blender/editors/space_text/CMakeLists.txt
+++ b/source/blender/editors/space_text/CMakeLists.txt
@@ -16,57 +16,57 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
- ../../blenfont
- ../../blenkernel
- ../../blenlib
- ../../blentranslation
- ../../gpu
- ../../makesdna
- ../../makesrna
- ../../windowmanager
- ../../../../intern/guardedalloc
- ../../../../intern/glew-mx
+ ../include
+ ../../blenfont
+ ../../blenkernel
+ ../../blenlib
+ ../../blentranslation
+ ../../gpu
+ ../../makesdna
+ ../../makesrna
+ ../../windowmanager
+ ../../../../intern/guardedalloc
+ ../../../../intern/glew-mx
)
set(INC_SYS
- ${GLEW_INCLUDE_PATH}
+ ${GLEW_INCLUDE_PATH}
)
set(SRC
- space_text.c
- text_autocomplete.c
- text_draw.c
- text_format.c
- text_format_lua.c
- text_format_osl.c
- text_format_pov.c
- text_format_pov_ini.c
- text_format_py.c
- text_header.c
- text_ops.c
- text_undo.c
+ space_text.c
+ text_autocomplete.c
+ text_draw.c
+ text_format.c
+ text_format_lua.c
+ text_format_osl.c
+ text_format_pov.c
+ text_format_pov_ini.c
+ text_format_py.c
+ text_header.c
+ text_ops.c
+ text_undo.c
- text_format.h
- text_intern.h
+ text_format.h
+ text_intern.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
+ bf_blenkernel
+ bf_blenlib
)
add_definitions(${GL_DEFINITIONS})
if(WITH_PYTHON)
- list(APPEND INC
- ../../python
- )
- add_definitions(-DWITH_PYTHON)
+ list(APPEND INC
+ ../../python
+ )
+ add_definitions(-DWITH_PYTHON)
endif()
if(WITH_INTERNATIONAL)
- add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
endif()
blender_add_lib(bf_editor_space_text "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")