Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/CMakeLists.txt
| Show First 20 Lines • Show All 62 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/wm_init_exit.c | intern/wm_init_exit.c | ||||
| intern/wm_jobs.c | intern/wm_jobs.c | ||||
| intern/wm_keymap.c | intern/wm_keymap.c | ||||
| intern/wm_operator_props.c | intern/wm_operator_props.c | ||||
| intern/wm_operators.c | intern/wm_operators.c | ||||
| intern/wm_subwindow.c | intern/wm_subwindow.c | ||||
| intern/wm_window.c | intern/wm_window.c | ||||
| intern/wm_stereo.c | intern/wm_stereo.c | ||||
| intern/wm_device.c | |||||
| WM_api.h | WM_api.h | ||||
| WM_keymap.h | WM_keymap.h | ||||
| WM_types.h | WM_types.h | ||||
| wm.h | wm.h | ||||
| wm_cursors.h | wm_cursors.h | ||||
| wm_draw.h | wm_draw.h | ||||
| wm_event_system.h | wm_event_system.h | ||||
| ▲ Show 20 Lines • Show All 66 Lines • ▼ Show 20 Lines | |||||
| if(WITH_OPENSUBDIV) | if(WITH_OPENSUBDIV) | ||||
| add_definitions(-DWITH_OPENSUBDIV) | add_definitions(-DWITH_OPENSUBDIV) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_NDOF) | if(WITH_INPUT_NDOF) | ||||
| add_definitions(-DWITH_INPUT_NDOF) | add_definitions(-DWITH_INPUT_NDOF) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_HMD) | |||||
| add_definitions(-DWITH_INPUT_HMD) | |||||
| endif() | |||||
| if(WIN32) | if(WIN32) | ||||
| if(WITH_INPUT_IME) | if(WITH_INPUT_IME) | ||||
| add_definitions(-DWITH_INPUT_IME) | add_definitions(-DWITH_INPUT_IME) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_COMPOSITOR) | if(WITH_COMPOSITOR) | ||||
| add_definitions(-DWITH_COMPOSITOR) | add_definitions(-DWITH_COMPOSITOR) | ||||
| endif() | endif() | ||||
| blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib_nolist(bf_windowmanager "${SRC}" "${INC}" "${INC_SYS}") | ||||