Changeset View
Changeset View
Standalone View
Standalone View
source/blender/blenloader/CMakeLists.txt
| Show First 20 Lines • Show All 78 Lines • ▼ Show 20 Lines | if(WITH_PYTHON_SECURITY) | ||||
| add_definitions(-DWITH_PYTHON_SECURITY) | add_definitions(-DWITH_PYTHON_SECURITY) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| if(WIN32) | |||||
| if(WITH_INPUT_IME) | |||||
| add_definitions(-DWITH_IM_ONTHESPOT) | |||||
| endif() | |||||
| endif() | |||||
| if(WITH_CODEC_FFMPEG) | if(WITH_CODEC_FFMPEG) | ||||
| add_definitions(-DWITH_FFMPEG) | add_definitions(-DWITH_FFMPEG) | ||||
| endif() | endif() | ||||
| if(WITH_ALEMBIC) | if(WITH_ALEMBIC) | ||||
| list(APPEND INC | list(APPEND INC | ||||
| ../alembic | ../alembic | ||||
| ) | ) | ||||
| add_definitions(-DWITH_ALEMBIC) | add_definitions(-DWITH_ALEMBIC) | ||||
| endif() | endif() | ||||
| blender_add_lib(bf_blenloader "${SRC}" "${INC}" "${INC_SYS}") | blender_add_lib(bf_blenloader "${SRC}" "${INC}" "${INC_SYS}") | ||||
| # needed so writefile.c can use dna_type_offsets.h | # needed so writefile.c can use dna_type_offsets.h | ||||
| add_dependencies(bf_blenloader bf_dna) | add_dependencies(bf_blenloader bf_dna) | ||||