Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenkernel/CMakeLists.txt
| # SPDX-License-Identifier: GPL-2.0-or-later | # SPDX-License-Identifier: GPL-2.0-or-later | ||||
| # Copyright 2006 Blender Foundation. All rights reserved. | # Copyright 2006 Blender Foundation. All rights reserved. | ||||
| set(INC | set(INC | ||||
| . | . | ||||
| ../asset_system | |||||
| ../blenfont | ../blenfont | ||||
| ../blenlib | ../blenlib | ||||
| ../blenloader | ../blenloader | ||||
| ../blentranslation | ../blentranslation | ||||
| ../bmesh | ../bmesh | ||||
| ../depsgraph | ../depsgraph | ||||
| ../draw | ../draw | ||||
| ../functions | ../functions | ||||
| ▲ Show 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/anonymous_attribute.cc | intern/anonymous_attribute.cc | ||||
| intern/appdir.c | intern/appdir.c | ||||
| intern/armature.c | intern/armature.c | ||||
| intern/armature_deform.c | intern/armature_deform.c | ||||
| intern/armature_pose.cc | intern/armature_pose.cc | ||||
| intern/armature_selection.cc | intern/armature_selection.cc | ||||
| intern/armature_update.c | intern/armature_update.c | ||||
| intern/asset.cc | intern/asset.cc | ||||
| intern/asset_catalog.cc | |||||
| intern/asset_catalog_path.cc | |||||
| intern/asset_library.cc | |||||
| intern/asset_library_service.cc | |||||
| intern/asset_representation.cc | |||||
| intern/attribute.cc | intern/attribute.cc | ||||
| 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 | ||||
| intern/blender_user_menu.c | intern/blender_user_menu.c | ||||
| ▲ Show 20 Lines • Show All 229 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BKE_anim_visualization.h | BKE_anim_visualization.h | ||||
| BKE_animsys.h | BKE_animsys.h | ||||
| BKE_anonymous_attribute.h | BKE_anonymous_attribute.h | ||||
| BKE_anonymous_attribute.hh | BKE_anonymous_attribute.hh | ||||
| BKE_appdir.h | BKE_appdir.h | ||||
| BKE_armature.h | BKE_armature.h | ||||
| BKE_armature.hh | BKE_armature.hh | ||||
| BKE_asset.h | BKE_asset.h | ||||
| BKE_asset_catalog.hh | |||||
| BKE_asset_catalog_path.hh | |||||
| BKE_asset_library.h | |||||
| BKE_asset_library.hh | |||||
| BKE_asset_representation.hh | |||||
| BKE_attribute.h | BKE_attribute.h | ||||
| BKE_attribute.hh | BKE_attribute.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 | ||||
| BKE_blender_user_menu.h | BKE_blender_user_menu.h | ||||
| ▲ Show 20 Lines • Show All 159 Lines • ▼ Show 20 Lines | set(SRC | ||||
| BKE_writeavi.h | BKE_writeavi.h | ||||
| nla_private.h | nla_private.h | ||||
| particle_private.h | particle_private.h | ||||
| tracking_private.h | tracking_private.h | ||||
| intern/CCGSubSurf.h | intern/CCGSubSurf.h | ||||
| intern/CCGSubSurf_inline.h | intern/CCGSubSurf_inline.h | ||||
| intern/CCGSubSurf_intern.h | intern/CCGSubSurf_intern.h | ||||
| intern/asset_library_service.hh | |||||
| intern/attribute_access_intern.hh | intern/attribute_access_intern.hh | ||||
| intern/data_transfer_intern.h | intern/data_transfer_intern.h | ||||
| intern/lib_intern.h | intern/lib_intern.h | ||||
| intern/multires_inline.h | intern/multires_inline.h | ||||
| intern/multires_reshape.h | intern/multires_reshape.h | ||||
| intern/multires_unsubdivide.h | intern/multires_unsubdivide.h | ||||
| intern/ocean_intern.h | intern/ocean_intern.h | ||||
| intern/pbvh_intern.h | intern/pbvh_intern.h | ||||
| intern/subdiv_converter.h | intern/subdiv_converter.h | ||||
| intern/subdiv_inline.h | intern/subdiv_inline.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_asset_system | |||||
| bf_blenfont | bf_blenfont | ||||
| bf_blenlib | bf_blenlib | ||||
| bf_blenloader | bf_blenloader | ||||
| bf_blentranslation | bf_blentranslation | ||||
| bf_bmesh | bf_bmesh | ||||
| bf_depsgraph | bf_depsgraph | ||||
| bf_draw | bf_draw | ||||
| bf_functions | bf_functions | ||||
| ▲ Show 20 Lines • Show All 301 Lines • ▼ Show 20 Lines | |||||
| # RNA_prototypes.h | # RNA_prototypes.h | ||||
| add_dependencies(bf_blenkernel bf_rna) | add_dependencies(bf_blenkernel bf_rna) | ||||
| 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_path_test.cc | intern/asset_metadata_test.cc | ||||
| intern/asset_catalog_test.cc | |||||
| intern/asset_library_service_test.cc | |||||
| intern/asset_library_test.cc | |||||
| intern/asset_test.cc | |||||
| intern/bpath_test.cc | intern/bpath_test.cc | ||||
| intern/cryptomatte_test.cc | intern/cryptomatte_test.cc | ||||
| intern/curves_geometry_test.cc | intern/curves_geometry_test.cc | ||||
| intern/fcurve_test.cc | intern/fcurve_test.cc | ||||
| intern/idprop_serialize_test.cc | intern/idprop_serialize_test.cc | ||||
| intern/image_partial_update_test.cc | intern/image_partial_update_test.cc | ||||
| intern/image_test.cc | intern/image_test.cc | ||||
| intern/lattice_deform_test.cc | intern/lattice_deform_test.cc | ||||
| Show All 15 Lines | |||||