Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/CMakeLists.txt
| Show First 20 Lines • Show All 76 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/anim_sys.c | intern/anim_sys.c | ||||
| intern/anim_visualization.c | intern/anim_visualization.c | ||||
| intern/appdir.c | intern/appdir.c | ||||
| intern/armature.c | intern/armature.c | ||||
| intern/armature_selection.cc | intern/armature_selection.cc | ||||
| intern/armature_deform.c | intern/armature_deform.c | ||||
| intern/armature_pose.cc | intern/armature_pose.cc | ||||
| intern/armature_update.c | intern/armature_update.c | ||||
| intern/asset_catalog.cc | |||||
| intern/asset_library.cc | |||||
| intern/asset.cc | intern/asset.cc | ||||
| intern/attribute.c | intern/attribute.c | ||||
| intern/attribute_access.cc | intern/attribute_access.cc | ||||
| intern/attribute_math.cc | intern/attribute_math.cc | ||||
| intern/autoexec.c | intern/autoexec.c | ||||
| intern/blender.c | intern/blender.c | ||||
| intern/blender_copybuffer.c | intern/blender_copybuffer.c | ||||
| intern/blender_undo.c | intern/blender_undo.c | ||||
| ▲ Show 20 Lines • Show All 200 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BKE_addon.h | BKE_addon.h | ||||
| BKE_anim_data.h | BKE_anim_data.h | ||||
| BKE_anim_path.h | BKE_anim_path.h | ||||
| BKE_anim_visualization.h | BKE_anim_visualization.h | ||||
| BKE_animsys.h | BKE_animsys.h | ||||
| BKE_appdir.h | BKE_appdir.h | ||||
| BKE_armature.h | BKE_armature.h | ||||
| BKE_armature.hh | BKE_armature.hh | ||||
| BKE_asset_catalog.hh | |||||
| BKE_asset_library.h | |||||
| BKE_asset_library.hh | |||||
| BKE_asset.h | BKE_asset.h | ||||
| BKE_attribute.h | BKE_attribute.h | ||||
| BKE_attribute_access.hh | BKE_attribute_access.hh | ||||
| BKE_attribute_math.hh | BKE_attribute_math.hh | ||||
| BKE_autoexec.h | BKE_autoexec.h | ||||
| BKE_blender.h | BKE_blender.h | ||||
| BKE_blender_copybuffer.h | BKE_blender_copybuffer.h | ||||
| BKE_blender_undo.h | BKE_blender_undo.h | ||||
| ▲ Show 20 Lines • Show All 464 Lines • ▼ Show 20 Lines | |||||
| # Needed so we can use dna_type_offsets.h for defaults initialization. | # Needed so we can use dna_type_offsets.h for defaults initialization. | ||||
| add_dependencies(bf_blenkernel bf_dna) | add_dependencies(bf_blenkernel bf_dna) | ||||
| if(WITH_GTESTS) | if(WITH_GTESTS) | ||||
| set(TEST_SRC | set(TEST_SRC | ||||
| intern/action_test.cc | intern/action_test.cc | ||||
| intern/armature_test.cc | intern/armature_test.cc | ||||
| intern/asset_catalog_test.cc | |||||
| intern/asset_library_test.cc | |||||
| intern/asset_test.cc | |||||
| intern/cryptomatte_test.cc | intern/cryptomatte_test.cc | ||||
| intern/fcurve_test.cc | intern/fcurve_test.cc | ||||
| intern/lattice_deform_test.cc | intern/lattice_deform_test.cc | ||||
| intern/layer_test.cc | intern/layer_test.cc | ||||
| intern/lib_id_test.cc | intern/lib_id_test.cc | ||||
| intern/tracking_test.cc | intern/tracking_test.cc | ||||
| ) | ) | ||||
| set(TEST_INC | set(TEST_INC | ||||
| ../editors/include | ../editors/include | ||||
| ) | ) | ||||
| include(GTestTesting) | include(GTestTesting) | ||||
| blender_add_test_lib(bf_blenkernel_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB}") | blender_add_test_lib(bf_blenkernel_tests "${TEST_SRC}" "${INC};${TEST_INC}" "${INC_SYS}" "${LIB}") | ||||
| endif() | endif() | ||||