Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blentranslation/CMakeLists.txt
| Show All 36 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(WIN32 OR APPLE) | if(WIN32 OR APPLE OR (UNIX AND WITH_GHOST_WAYLAND)) | ||||
| if(WITH_INPUT_IME) | if(WITH_INPUT_IME) | ||||
| add_definitions(-DWITH_INPUT_IME) | add_definitions(-DWITH_INPUT_IME) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_blentranslation "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | blender_add_lib(bf_blentranslation "${SRC}" "${INC}" "${INC_SYS}" "${LIB}") | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_subdirectory(msgfmt) | add_subdirectory(msgfmt) | ||||
| endif() | endif() | ||||