Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_buttons/CMakeLists.txt
| Show All 16 Lines | set(INC | ||||
| ${CMAKE_CURRENT_BINARY_DIR}/../../makesdna/intern | ${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 | ||||
| buttons_context.c | buttons_context.c | ||||
| buttons_ops.c | buttons_ops.c | ||||
| buttons_texture.c | buttons_texture.cc | ||||
| space_buttons.c | space_buttons.c | ||||
| buttons_intern.h | buttons_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| ) | ) | ||||
| Show All 14 Lines | |||||