Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/curve/CMakeLists.txt
| Show All 17 Lines | set(INC | ||||
| ${CMAKE_BINARY_DIR}/source/blender/makesrna | ${CMAKE_BINARY_DIR}/source/blender/makesrna | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| curve_ops.c | curve_ops.c | ||||
| editcurve.c | editcurve.c | ||||
| editcurve_add.c | editcurve_add.c | ||||
| editcurve_paint.c | editcurve_paint.c | ||||
| editcurve_pen.c | |||||
| editcurve_query.c | editcurve_query.c | ||||
| editcurve_select.c | editcurve_select.c | ||||
| editcurve_pen.c | |||||
| editcurve_undo.c | editcurve_undo.c | ||||
| editfont.c | editfont.c | ||||
| editfont_undo.c | editfont_undo.c | ||||
| curve_intern.h | curve_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| Show All 10 Lines | |||||