Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 153 Lines • ▼ Show 20 Lines | |||||
| unset(CMAKE_CXX_CLANG_TIDY) | unset(CMAKE_CXX_CLANG_TIDY) | ||||
| set(SRC_RNA_INC | set(SRC_RNA_INC | ||||
| ../RNA_access.h | ../RNA_access.h | ||||
| ../RNA_define.h | ../RNA_define.h | ||||
| ../RNA_documentation.h | ../RNA_documentation.h | ||||
| ../RNA_enum_items.h | ../RNA_enum_items.h | ||||
| ../RNA_enum_types.h | ../RNA_enum_types.h | ||||
| ../RNA_path.h | |||||
| ../RNA_types.h | ../RNA_types.h | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| makesrna.c | makesrna.c | ||||
| rna_define.c | rna_define.c | ||||
| ${DEFSRC} | ${DEFSRC} | ||||
| ${APISRC} | ${APISRC} | ||||
| ▲ Show 20 Lines • Show All 241 Lines • ▼ Show 20 Lines | add_custom_command( | ||||
| COMMAND "$<TARGET_FILE:makesrna>" ${CMAKE_CURRENT_BINARY_DIR}/ ${CMAKE_CURRENT_BINARY_DIR}/../ | COMMAND "$<TARGET_FILE:makesrna>" ${CMAKE_CURRENT_BINARY_DIR}/ ${CMAKE_CURRENT_BINARY_DIR}/../ | ||||
| DEPENDS makesrna | DEPENDS makesrna | ||||
| ) | ) | ||||
| # Build bf_rna | # Build bf_rna | ||||
| set(SRC | set(SRC | ||||
| rna_access.c | rna_access.c | ||||
| rna_access_compare_override.c | rna_access_compare_override.c | ||||
| rna_path.cc | |||||
| ${GENSRC} | ${GENSRC} | ||||
| ${SRC_RNA_INC} | ${SRC_RNA_INC} | ||||
| 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 | ||||
| ) | ) | ||||
| Show All 30 Lines | |||||