Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/CMakeLists.txt
| Show All 29 Lines | set(INC | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../modifiers | ../../modifiers | ||||
| ../../python | ../../python | ||||
| ../../shader_fx | ../../shader_fx | ||||
| ../../render/extern/include | ../../render/extern/include | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/glew-mx | ../../../../intern/glew-mx | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ../../../../intern/openvdb | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${GLEW_INCLUDE_PATH} | ${GLEW_INCLUDE_PATH} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| object_add.c | object_add.c | ||||
| object_bake.c | object_bake.c | ||||
| object_bake_api.c | object_bake_api.c | ||||
| object_collection.c | object_collection.c | ||||
| object_constraint.c | object_constraint.c | ||||
| object_data_transfer.c | object_data_transfer.c | ||||
| object_edit.c | object_edit.c | ||||
| object_facemap_ops.c | object_facemap_ops.c | ||||
| object_gpencil_modifier.c | object_gpencil_modifier.c | ||||
| object_hook.c | object_hook.c | ||||
| object_modes.c | object_modes.c | ||||
| object_modifier.c | object_modifier.c | ||||
| object_ops.c | object_ops.c | ||||
| object_random.c | object_random.c | ||||
| object_relations.c | object_relations.c | ||||
| object_remesh.c | |||||
| object_select.c | object_select.c | ||||
| object_shader_fx.c | object_shader_fx.c | ||||
| object_shapekey.c | object_shapekey.c | ||||
| object_transform.c | object_transform.c | ||||
| object_utils.c | object_utils.c | ||||
| object_vgroup.c | object_vgroup.c | ||||
| object_warp.c | object_warp.c | ||||
| Show All 20 Lines | |||||