Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_text/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 | ||||
| ../../gpu | ../../gpu | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| # dna_type_offsets.h | |||||
| ${CMAKE_CURRENT_BINARY_DIR}/../../makesdna/intern | |||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| space_text.c | space_text.c | ||||
| text_autocomplete.c | text_autocomplete.c | ||||
| text_draw.c | text_draw.c | ||||
| text_format.c | text_format.c | ||||
| Show All 20 Lines | if(WITH_PYTHON) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../../python | ../../python | ||||
| ) | ) | ||||
| add_definitions(-DWITH_PYTHON) | add_definitions(-DWITH_PYTHON) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_editor_space_text "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_text "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| # dna_type_offsets.h | |||||
| add_dependencies(bf_editor_space_text bf_dna) | |||||