Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_clip/CMakeLists.txt
| Show First 20 Lines • Show All 58 Lines • ▼ Show 20 Lines | set(SRC | ||||
| tracking_ops_utils.c | tracking_ops_utils.c | ||||
| tracking_select.c | tracking_select.c | ||||
| clip_intern.h | clip_intern.h | ||||
| tracking_ops_intern.h | tracking_ops_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| ) | ) | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_clip "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||