Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/object/CMakeLists.txt
| Show All 11 Lines | |||||
| # | # | ||||
| # You should have received a copy of the GNU General Public License | # You should have received a copy of the GNU General Public License | ||||
| # along with this program; if not, write to the Free Software Foundation, | # along with this program; if not, write to the Free Software Foundation, | ||||
| # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | # Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| set(INC | set(INC | ||||
| ../include | ../include | ||||
| ../sculpt_paint | |||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blentranslation | ../../blentranslation | ||||
| ../../bmesh | ../../bmesh | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ../../gpencil_modifiers | ../../gpencil_modifiers | ||||
| ../../gpu | ../../gpu | ||||
| ../../ikplugin | ../../ikplugin | ||||
| ../../imbuf | ../../imbuf | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../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 | |||||