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_clip/CMakeLists.txt')
-rw-r--r--source/blender/editors/space_clip/CMakeLists.txt78
1 files changed, 39 insertions, 39 deletions
diff --git a/source/blender/editors/space_clip/CMakeLists.txt b/source/blender/editors/space_clip/CMakeLists.txt
index 49d7efb5669..ed98dcdc159 100644
--- a/source/blender/editors/space_clip/CMakeLists.txt
+++ b/source/blender/editors/space_clip/CMakeLists.txt
@@ -18,60 +18,60 @@
# ***** END GPL LICENSE BLOCK *****
set(INC
- ../include
- ../../blenfont
- ../../blenkernel
- ../../blenlib
- ../../blentranslation
- ../../depsgraph
- ../../imbuf
- ../../gpu
- ../../makesdna
- ../../makesrna
- ../../windowmanager
- ../../../../intern/guardedalloc
- ../../../../intern/glew-mx
+ ../include
+ ../../blenfont
+ ../../blenkernel
+ ../../blenlib
+ ../../blentranslation
+ ../../depsgraph
+ ../../imbuf
+ ../../gpu
+ ../../makesdna
+ ../../makesrna
+ ../../windowmanager
+ ../../../../intern/guardedalloc
+ ../../../../intern/glew-mx
)
set(INC_SYS
- ${GLEW_INCLUDE_PATH}
+ ${GLEW_INCLUDE_PATH}
)
set(SRC
- clip_buttons.c
- clip_dopesheet_draw.c
- clip_dopesheet_ops.c
- clip_draw.c
- clip_editor.c
- clip_graph_draw.c
- clip_graph_ops.c
- clip_ops.c
- clip_toolbar.c
- clip_utils.c
- space_clip.c
- tracking_ops.c
- tracking_ops_detect.c
- tracking_ops_orient.c
- tracking_ops_plane.c
- tracking_ops_solve.c
- tracking_ops_stabilize.c
- tracking_ops_track.c
- tracking_ops_utils.c
- tracking_select.c
+ clip_buttons.c
+ clip_dopesheet_draw.c
+ clip_dopesheet_ops.c
+ clip_draw.c
+ clip_editor.c
+ clip_graph_draw.c
+ clip_graph_ops.c
+ clip_ops.c
+ clip_toolbar.c
+ clip_utils.c
+ space_clip.c
+ tracking_ops.c
+ tracking_ops_detect.c
+ tracking_ops_orient.c
+ tracking_ops_plane.c
+ tracking_ops_solve.c
+ tracking_ops_stabilize.c
+ tracking_ops_track.c
+ tracking_ops_utils.c
+ tracking_select.c
- clip_intern.h
- tracking_ops_intern.h
+ clip_intern.h
+ tracking_ops_intern.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
+ bf_blenkernel
+ bf_blenlib
)
add_definitions(${GL_DEFINITIONS})
if(WITH_INTERNATIONAL)
- add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
endif()
blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}" "${LIB}")