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/gpencil/CMakeLists.txt')
-rw-r--r--source/blender/editors/gpencil/CMakeLists.txt78
1 files changed, 39 insertions, 39 deletions
diff --git a/source/blender/editors/gpencil/CMakeLists.txt b/source/blender/editors/gpencil/CMakeLists.txt
index fa91ffd1e72..5573c88c710 100644
--- a/source/blender/editors/gpencil/CMakeLists.txt
+++ b/source/blender/editors/gpencil/CMakeLists.txt
@@ -16,58 +16,58 @@
# ***** 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
- annotate_draw.c
- annotate_paint.c
- drawgpencil.c
- editaction_gpencil.c
- gpencil_add_monkey.c
- gpencil_add_stroke.c
- gpencil_armature.c
- gpencil_brush.c
- gpencil_convert.c
- gpencil_data.c
- gpencil_edit.c
- gpencil_fill.c
- gpencil_interpolate.c
- gpencil_merge.c
- gpencil_ops.c
- gpencil_ops_versioning.c
- gpencil_paint.c
- gpencil_primitive.c
- gpencil_select.c
- gpencil_undo.c
- gpencil_utils.c
+ annotate_draw.c
+ annotate_paint.c
+ drawgpencil.c
+ editaction_gpencil.c
+ gpencil_add_monkey.c
+ gpencil_add_stroke.c
+ gpencil_armature.c
+ gpencil_brush.c
+ gpencil_convert.c
+ gpencil_data.c
+ gpencil_edit.c
+ gpencil_fill.c
+ gpencil_interpolate.c
+ gpencil_merge.c
+ gpencil_ops.c
+ gpencil_ops_versioning.c
+ gpencil_paint.c
+ gpencil_primitive.c
+ gpencil_select.c
+ gpencil_undo.c
+ gpencil_utils.c
- gpencil_intern.h
+ gpencil_intern.h
)
set(LIB
- bf_blenkernel
- bf_blenlib
+ bf_blenkernel
+ bf_blenlib
)
if(WITH_INTERNATIONAL)
- add_definitions(-DWITH_INTERNATIONAL)
+ add_definitions(-DWITH_INTERNATIONAL)
endif()
add_definitions(${GL_DEFINITIONS})