Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/gpencil/CMakeLists.txt
- This file was copied to source/blender/shader_fx/CMakeLists.txt.
| Show All 33 Lines | set(INC | ||||
| ../../../../intern/glew-mx | ../../../../intern/glew-mx | ||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${GLEW_INCLUDE_PATH} | ${GLEW_INCLUDE_PATH} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| annotate_draw.c | |||||
| annotate_paint.c | |||||
| drawgpencil.c | drawgpencil.c | ||||
| editaction_gpencil.c | editaction_gpencil.c | ||||
| gpencil_add_monkey.c | |||||
| gpencil_brush.c | gpencil_brush.c | ||||
| gpencil_convert.c | gpencil_convert.c | ||||
| gpencil_data.c | gpencil_data.c | ||||
| gpencil_edit.c | gpencil_edit.c | ||||
| gpencil_interpolate.c | gpencil_interpolate.c | ||||
| gpencil_primitive.c | |||||
| gpencil_ops.c | gpencil_ops.c | ||||
| gpencil_paint.c | gpencil_paint.c | ||||
| gpencil_fill.c | |||||
| gpencil_select.c | gpencil_select.c | ||||
| gpencil_undo.c | gpencil_undo.c | ||||
| gpencil_utils.c | gpencil_utils.c | ||||
| gpencil_old.c | |||||
| gpencil_intern.h | gpencil_intern.h | ||||
| ) | ) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_editor_gpencil "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_editor_gpencil "${SRC}" "${INC}" "${INC_SYS}") | ||||