Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 82 Lines • ▼ Show 20 Lines | set(DEFSRC | ||||
| rna_test.c | rna_test.c | ||||
| rna_text.c | rna_text.c | ||||
| rna_texture.c | rna_texture.c | ||||
| rna_timeline.c | rna_timeline.c | ||||
| rna_tracking.c | rna_tracking.c | ||||
| rna_ui.c | rna_ui.c | ||||
| rna_userdef.c | rna_userdef.c | ||||
| rna_vfont.c | rna_vfont.c | ||||
| rna_volume.c | |||||
| rna_wm.c | rna_wm.c | ||||
| rna_wm_gizmo.c | rna_wm_gizmo.c | ||||
| rna_workspace.c | rna_workspace.c | ||||
| rna_world.c | rna_world.c | ||||
| ) | ) | ||||
| if(WITH_NEW_OBJECT_TYPES) | |||||
| list(APPEND DEFSRC | |||||
| rna_hair.c | |||||
| rna_pointcloud.c | |||||
| ) | |||||
| endif() | |||||
| set(APISRC | set(APISRC | ||||
| rna_action_api.c | rna_action_api.c | ||||
| rna_animation_api.c | rna_animation_api.c | ||||
| rna_armature_api.c | rna_armature_api.c | ||||
| rna_camera_api.c | rna_camera_api.c | ||||
| rna_curve_api.c | rna_curve_api.c | ||||
| rna_fcurve_api.c | rna_fcurve_api.c | ||||
| rna_image_api.c | rna_image_api.c | ||||
| ▲ Show 20 Lines • Show All 215 Lines • ▼ Show 20 Lines | if(WITH_OPENVDB_BLOSC) | ||||
| add_definitions(-DWITH_OPENVDB_BLOSC) | add_definitions(-DWITH_OPENVDB_BLOSC) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_NDOF) | if(WITH_INPUT_NDOF) | ||||
| add_definitions(-DWITH_INPUT_NDOF) | add_definitions(-DWITH_INPUT_NDOF) | ||||
| endif() | endif() | ||||
| if(WITH_NEW_OBJECT_TYPES) | |||||
| add_definitions(-DWITH_NEW_OBJECT_TYPES) | |||||
| endif() | |||||
| # Build makesrna executable | # Build makesrna executable | ||||
| blender_include_dirs( | blender_include_dirs( | ||||
| . | . | ||||
| .. | .. | ||||
| ../../blenfont | ../../blenfont | ||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blentranslation | ../../blentranslation | ||||
| ▲ Show 20 Lines • Show All 77 Lines • Show Last 20 Lines | |||||