Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/curves/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 | ||||
| ../../blentranslation | ../../blentranslation | ||||
| ../../depsgraph | ../../depsgraph | ||||
| ../../functions | ../../functions | ||||
| ../../makesdna | ../../makesdna | ||||
| ../../makesrna | ../../makesrna | ||||
| ../../windowmanager | ../../windowmanager | ||||
| ../../../../intern/guardedalloc | ../../../../intern/guardedalloc | ||||
| # RNA_prototypes.h | |||||
| ${CMAKE_BINARY_DIR}/source/blender/makesrna | |||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| intern/curves_add.cc | intern/curves_add.cc | ||||
| intern/curves_ops.cc | intern/curves_ops.cc | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | bf_blenkernel | ||||
| bf_blenlib | bf_blenlib | ||||
| ) | ) | ||||
| blender_add_lib(bf_editor_curves "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_curves "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||