Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 367 Lines • ▼ Show 20 Lines | set(SRC | ||||
| ${SRC_RNA_INC} | ${SRC_RNA_INC} | ||||
| 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_editor_armature | |||||
| bf_editor_curve | |||||
| bf_editor_gizmo_library | |||||
| bf_editor_gpencil | |||||
| bf_editor_mesh | |||||
| bf_editor_object | |||||
| bf_editor_physics | |||||
| bf_editor_render | |||||
| bf_editor_scene | |||||
| bf_editor_sculpt_paint | |||||
| bf_editor_space_clip | |||||
| bf_editor_space_file | |||||
| bf_editor_space_image | |||||
| bf_editor_space_info | |||||
| bf_editor_space_node | |||||
| bf_editor_space_view3d | |||||
| bf_editor_transform | |||||
| ) | ) | ||||
| 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}") | ||||