Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_console/CMakeLists.txt
| Show All 35 Lines | 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 | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| ) | ) | ||||
| 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}" "${LIB}") | blender_add_lib(bf_editor_space_console "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||