Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/transform/CMakeLists.txt
| Show First 20 Lines • Show All 49 Lines • ▼ Show 20 Lines | set(SRC | ||||
| transform_orientations.c | transform_orientations.c | ||||
| transform_snap.c | transform_snap.c | ||||
| transform_snap_object.c | transform_snap_object.c | ||||
| transform.h | transform.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenfont | |||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| bf_bmesh | |||||
| bf_editor_mask | |||||
| bf_gpu | |||||
| ) | ) | ||||
| 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_transform "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_transform "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||