Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_nla/CMakeLists.txt
| Show All 40 Lines | set(SRC | ||||
| nla_ops.c | nla_ops.c | ||||
| nla_select.c | nla_select.c | ||||
| space_nla.c | space_nla.c | ||||
| nla_intern.h | nla_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() | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_editor_space_nla "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_nla "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||