Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_buttons/CMakeLists.txt
| # SPDX-License-Identifier: GPL-2.0-or-later | # SPDX-License-Identifier: GPL-2.0-or-later | ||||
| set(INC | set(INC | ||||
| ../include | ../include | ||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blenloader | |||||
| ../../blentranslation | ../../blentranslation | ||||
| ../../gpu | ../../gpu | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| ../../bmesh | ../../bmesh | ||||
| # 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 | ||||
| buttons_context.c | buttons_context.c | ||||
| buttons_ops.c | buttons_ops.c | ||||
| buttons_texture.c | buttons_texture.c | ||||
| Show All 12 Lines | |||||
| if(WITH_EXPERIMENTAL_FEATURES) | if(WITH_EXPERIMENTAL_FEATURES) | ||||
| add_definitions(-DWITH_SIMULATION_DATABLOCK) | add_definitions(-DWITH_SIMULATION_DATABLOCK) | ||||
| add_definitions(-DWITH_POINT_CLOUD) | add_definitions(-DWITH_POINT_CLOUD) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_editor_space_buttons "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_buttons "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # RNA_prototypes.h | # RNA_prototypes.h dna_type_offsets.h | ||||
| add_dependencies(bf_editor_space_buttons bf_rna) | add_dependencies(bf_editor_space_buttons bf_rna) | ||||