Changeset View
Changeset View
Standalone View
Standalone View
source/blender/editors/space_node/CMakeLists.txt
| Show First 20 Lines • Show All 52 Lines • ▼ Show 20 Lines | set(SRC | ||||
| node_toolbar.c | node_toolbar.c | ||||
| node_view.c | node_view.c | ||||
| space_node.c | space_node.c | ||||
| node_intern.h | node_intern.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_blenkernel | |||||
| bf_blenlib | |||||
| bf_editor_screen | |||||
| ) | ) | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| if(WITH_COMPOSITOR) | if(WITH_COMPOSITOR) | ||||
| add_definitions(-DWITH_COMPOSITOR) | add_definitions(-DWITH_COMPOSITOR) | ||||
| endif() | endif() | ||||
| add_definitions(${GL_DEFINITIONS}) | add_definitions(${GL_DEFINITIONS}) | ||||
| blender_add_lib(bf_editor_space_node "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_editor_space_node "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||