Changeset View
Changeset View
Standalone View
Standalone View
source/blender/makesrna/intern/CMakeLists.txt
| Show First 20 Lines • Show All 116 Lines • ▼ Show 20 Lines | set(APISRC | ||||
| rna_sequencer_api.c | rna_sequencer_api.c | ||||
| rna_sound_api.c | rna_sound_api.c | ||||
| rna_space_api.c | rna_space_api.c | ||||
| rna_text_api.c | rna_text_api.c | ||||
| rna_ui_api.c | rna_ui_api.c | ||||
| rna_vfont_api.c | rna_vfont_api.c | ||||
| rna_wm_api.c | rna_wm_api.c | ||||
| rna_wm_manipulator_api.c | rna_wm_manipulator_api.c | ||||
| rna_workspace_api.c | |||||
| ) | ) | ||||
| string(REGEX REPLACE "rna_([a-zA-Z0-9_-]*).c" "${CMAKE_CURRENT_BINARY_DIR}/rna_\\1_gen.c" GENSRC "${DEFSRC}") | string(REGEX REPLACE "rna_([a-zA-Z0-9_-]*).c" "${CMAKE_CURRENT_BINARY_DIR}/rna_\\1_gen.c" GENSRC "${DEFSRC}") | ||||
| list(APPEND GENSRC | list(APPEND GENSRC | ||||
| "${CMAKE_CURRENT_BINARY_DIR}/rna_prototypes_gen.h" | "${CMAKE_CURRENT_BINARY_DIR}/rna_prototypes_gen.h" | ||||
| ) | ) | ||||
| set_source_files_properties(${GENSRC} PROPERTIES GENERATED TRUE) | set_source_files_properties(${GENSRC} PROPERTIES GENERATED TRUE) | ||||
| ▲ Show 20 Lines • Show All 249 Lines • Show Last 20 Lines | |||||