Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/undo/CMakeLists.txt
| Show All 31 Lines | set(SRC | ||||
| ed_undo.c | ed_undo.c | ||||
| memfile_undo.c | memfile_undo.c | ||||
| undo_system_types.c | undo_system_types.c | ||||
| undo_intern.h | undo_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| bf_editor_curve | |||||
| bf_editor_lattice | |||||
| bf_editor_mesh | |||||
| bf_editor_metaball | |||||
| bf_editor_physics | |||||
| ) | ) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_editor_undo "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_undo "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||