Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_sequencer/CMakeLists.txt
| # SPDX-License-Identifier: GPL-2.0-or-later | # SPDX-License-Identifier: GPL-2.0-or-later | ||||
| set(INC | set(INC | ||||
| ../include | ../include | ||||
| ../../blenfont | ../../blenfont | ||||
| ../../blenkernel | ../../blenkernel | ||||
| ../../blenlib | ../../blenlib | ||||
| ../../blenloader | |||||
| ../../blentranslation | ../../blentranslation | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ../../draw | ../../draw | ||||
| ../../gpu | ../../gpu | ||||
| ../../imbuf | ../../imbuf | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../sequencer | ../../sequencer | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/atomic | ../../../../intern/atomic | ||||
| ../../../../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 | ||||
| sequencer_add.c | sequencer_add.c | ||||
| sequencer_buttons.c | sequencer_buttons.c | ||||
| Show All 30 Lines | list(APPEND LIB | ||||
| ${AUDASPACE_C_LIBRARIES} | ${AUDASPACE_C_LIBRARIES} | ||||
| ${AUDASPACE_PY_LIBRARIES} | ${AUDASPACE_PY_LIBRARIES} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_editor_space_sequencer "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_sequencer "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # RNA_prototypes.h | # RNA_prototypes.h dna_type_offsets.h | ||||
| add_dependencies(bf_editor_space_sequencer bf_rna) | add_dependencies(bf_editor_space_sequencer bf_rna) | ||||