Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_image/CMakeLists.txt
| Show First 20 Lines • Show All 42 Lines • ▼ Show 20 Lines | set(SRC | ||||
| image_edit.c | image_edit.c | ||||
| image_ops.c | image_ops.c | ||||
| space_image.c | space_image.c | ||||
| image_intern.h | image_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| bf_editor_uvedit | |||||
| ) | ) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| if(WITH_OPENIMAGEIO) | if(WITH_OPENIMAGEIO) | ||||
| add_definitions(-DWITH_OPENIMAGEIO) | add_definitions(-DWITH_OPENIMAGEIO) | ||||
| Show All 21 Lines | |||||