Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/animation/CMakeLists.txt
| Show First 20 Lines • Show All 48 Lines • ▼ Show 20 Lines | set(SRC | ||||
| keyframes_general.c | keyframes_general.c | ||||
| keyframing.c | keyframing.c | ||||
| keyingsets.c | keyingsets.c | ||||
| anim_intern.h | anim_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| ) | ) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| if(WITH_PYTHON) | if(WITH_PYTHON) | ||||
| add_definitions(-DWITH_PYTHON) | add_definitions(-DWITH_PYTHON) | ||||
| endif() | endif() | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_editor_animation "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_animation "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||