Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_info/CMakeLists.txt
| Show All 9 Lines | set(INC | ||||
| ../../bmesh | ../../bmesh | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ../../gpu | ../../gpu | ||||
| ../../imbuf | ../../imbuf | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| # dna_type_offsets.h | |||||
| ${CMAKE_CURRENT_BINARY_DIR}/../../makesdna/intern | |||||
| # RNA_prototypes.h | # RNA_prototypes.h | ||||
| ${CMAKE_BINARY_DIR}/source/blender/makesrna | ${CMAKE_BINARY_DIR}/source/blender/makesrna | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| info_draw.c | info_draw.c | ||||
| info_ops.c | info_ops.c | ||||
| info_report.c | info_report.c | ||||
| info_stats.cc | info_stats.cc | ||||
| space_info.c | space_info.c | ||||
| textview.c | textview.c | ||||
| info_intern.h | info_intern.h | ||||
| textview.h | textview.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| ) | ) | ||||
| blender_add_lib(bf_editor_space_info "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_info "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # RNA_prototypes.h | # RNA_prototypes.h dna_type_offsets.h | ||||
| add_dependencies(bf_editor_space_info bf_rna) | add_dependencies(bf_editor_space_info bf_rna) | ||||