Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show All 34 Lines | set(DEFSRC | ||||
| rna_cachefile.c | rna_cachefile.c | ||||
| rna_camera.c | rna_camera.c | ||||
| rna_cloth.c | rna_cloth.c | ||||
| rna_collection.c | rna_collection.c | ||||
| rna_color.c | rna_color.c | ||||
| rna_constraint.c | rna_constraint.c | ||||
| rna_context.c | rna_context.c | ||||
| rna_curve.c | rna_curve.c | ||||
| rna_curveprofile.c | |||||
| rna_depsgraph.c | rna_depsgraph.c | ||||
| rna_dynamicpaint.c | rna_dynamicpaint.c | ||||
| rna_fcurve.c | rna_fcurve.c | ||||
| rna_fluidsim.c | rna_fluidsim.c | ||||
| rna_gpencil.c | rna_gpencil.c | ||||
| rna_gpencil_modifier.c | rna_gpencil_modifier.c | ||||
| rna_image.c | rna_image.c | ||||
| rna_key.c | rna_key.c | ||||
| Show All 12 Lines | set(DEFSRC | ||||
| rna_nla.c | rna_nla.c | ||||
| rna_nodetree.c | rna_nodetree.c | ||||
| rna_object.c | rna_object.c | ||||
| rna_object_force.c | rna_object_force.c | ||||
| rna_packedfile.c | rna_packedfile.c | ||||
| rna_palette.c | rna_palette.c | ||||
| rna_particle.c | rna_particle.c | ||||
| rna_pose.c | rna_pose.c | ||||
| rna_curveprofile.c | |||||
| rna_render.c | rna_render.c | ||||
| rna_rigidbody.c | rna_rigidbody.c | ||||
| rna_rna.c | rna_rna.c | ||||
| rna_scene.c | rna_scene.c | ||||
| rna_screen.c | rna_screen.c | ||||
| rna_sculpt_paint.c | rna_sculpt_paint.c | ||||
| rna_sequencer.c | rna_sequencer.c | ||||
| rna_shader_fx.c | rna_shader_fx.c | ||||
| ▲ Show 20 Lines • Show All 301 Lines • ▼ Show 20 Lines | set(SRC | ||||
| rna_access_internal.h | rna_access_internal.h | ||||
| rna_internal.h | rna_internal.h | ||||
| rna_internal_types.h | rna_internal_types.h | ||||
| rna_mesh_utils.h | rna_mesh_utils.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_dna | bf_dna | ||||
| bf_editor_space_api | |||||
| bf_editor_animation | |||||
| bf_editor_armature | bf_editor_armature | ||||
| bf_editor_curve | bf_editor_curve | ||||
| bf_editor_gizmo_library | bf_editor_gizmo_library | ||||
| bf_editor_gpencil | bf_editor_gpencil | ||||
| bf_editor_io | |||||
| bf_editor_mesh | bf_editor_mesh | ||||
| bf_editor_object | bf_editor_object | ||||
| bf_editor_physics | bf_editor_physics | ||||
| bf_editor_render | bf_editor_render | ||||
| bf_editor_scene | bf_editor_scene | ||||
| bf_editor_sculpt_paint | bf_editor_sculpt_paint | ||||
| bf_editor_space_clip | bf_editor_sound | ||||
| bf_editor_space_file | |||||
| bf_editor_space_image | |||||
| bf_editor_space_info | |||||
| bf_editor_space_node | |||||
| bf_editor_space_view3d | |||||
| bf_editor_transform | bf_editor_transform | ||||
| bf_editor_undo | |||||
| ) | ) | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_rna "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_rna "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||