Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blentranslation/CMakeLists.txt
| Show First 20 Lines • Show All 47 Lines • ▼ Show 20 Lines | |||||
| if(WITH_PYTHON) | if(WITH_PYTHON) | ||||
| add_definitions(-DWITH_PYTHON) | add_definitions(-DWITH_PYTHON) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../python | ../python | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| if(WITH_X11) | |||||
| if(WITH_X11_XINPUT) | |||||
| add_definitions(-DWITH_IM_OVERTHESPOT) | |||||
| endif() | |||||
| endif() | |||||
| if(WIN32) | if(WIN32) | ||||
| if(WITH_INPUT_IME) | if(WITH_INPUT_IME) | ||||
| add_definitions(-DWITH_INPUT_IME) | add_definitions(-DWITH_IM_ONTHESPOT) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_blentranslation "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_blentranslation "${SRC}" "${INC}" "${INC_SYS}") | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_subdirectory(msgfmt) | add_subdirectory(msgfmt) | ||||
| endif() | endif() | ||||