Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_console/CMakeLists.txt
| Show All 37 Lines | |||||
| set(SRC | set(SRC | ||||
| console_draw.c | console_draw.c | ||||
| console_ops.c | console_ops.c | ||||
| space_console.c | space_console.c | ||||
| console_intern.h | console_intern.h | ||||
| ) | ) | ||||
| if(WITH_X11) | |||||
| if(WITH_X11_XINPUT) | |||||
| add_definitions(-DWITH_IM_OVERTHESPOT) | |||||
| endif() | |||||
| endif() | |||||
| if(WITH_PYTHON) | if(WITH_PYTHON) | ||||
| add_definitions(-DWITH_PYTHON) | add_definitions(-DWITH_PYTHON) | ||||
| endif() | endif() | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_editor_space_console "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_editor_space_console "${SRC}" "${INC}" "${INC_SYS}") | ||||