Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/CMakeLists.txt
| Show First 20 Lines • Show All 241 Lines • ▼ Show 20 Lines | elseif(WITH_X11) | ||||
| endif() | endif() | ||||
| if(NOT WITH_INSTALL_PORTABLE) | if(NOT WITH_INSTALL_PORTABLE) | ||||
| add_definitions(-DPREFIX="${CMAKE_INSTALL_PREFIX}") | add_definitions(-DPREFIX="${CMAKE_INSTALL_PREFIX}") | ||||
| endif() | endif() | ||||
| if(WITH_X11_XINPUT) | if(WITH_X11_XINPUT) | ||||
| add_definitions(-DWITH_X11_XINPUT) | add_definitions(-DWITH_X11_XINPUT) | ||||
| add_definitions(-DWITH_IM_OVERTHESPOT) | |||||
| list(APPEND INC_SYS | list(APPEND INC_SYS | ||||
| ${X11_Xinput_INCLUDE_PATH} | ${X11_Xinput_INCLUDE_PATH} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| add_definitions(-DWITH_X11) | add_definitions(-DWITH_X11) | ||||
| elseif(WIN32) | elseif(WIN32) | ||||
| Show All 23 Lines | if(NOT WITH_GL_EGL) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_ContextWGL.cpp | intern/GHOST_ContextWGL.cpp | ||||
| intern/GHOST_ContextWGL.h | intern/GHOST_ContextWGL.h | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_IME) | if(WITH_INPUT_IME) | ||||
| add_definitions(-DWITH_INPUT_IME) | add_definitions(-DWITH_IM_ONTHESPOT) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_ImeWin32.cpp | intern/GHOST_ImeWin32.cpp | ||||
| intern/GHOST_ImeWin32.h | intern/GHOST_ImeWin32.h | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 48 Lines • Show Last 20 Lines | |||||