Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_outliner/CMakeLists.txt
| Show First 20 Lines • Show All 44 Lines • ▼ Show 20 Lines | set(SRC | ||||
| outliner_tree.c | outliner_tree.c | ||||
| outliner_utils.c | outliner_utils.c | ||||
| space_outliner.c | space_outliner.c | ||||
| outliner_intern.h | outliner_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| bf_editor_undo | |||||
| ) | ) | ||||
| 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_outliner "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_outliner "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||