Changeset View
Changeset View
Standalone View
Standalone View
source/blender/python/intern/CMakeLists.txt
| Show First 20 Lines • Show All 202 Lines • ▼ Show 20 Lines | |||||
| if(WITH_IMAGE_OPENJPEG) | if(WITH_IMAGE_OPENJPEG) | ||||
| add_definitions(-DWITH_OPENJPEG) | add_definitions(-DWITH_OPENJPEG) | ||||
| endif() | endif() | ||||
| if(WITH_IMAGE_TIFF) | if(WITH_IMAGE_TIFF) | ||||
| add_definitions(-DWITH_TIFF) | add_definitions(-DWITH_TIFF) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_HMD) | |||||
| add_definitions(-DWITH_INPUT_HMD) | |||||
| endif() | |||||
| if(WITH_INPUT_NDOF) | if(WITH_INPUT_NDOF) | ||||
| add_definitions(-DWITH_INPUT_NDOF) | add_definitions(-DWITH_INPUT_NDOF) | ||||
| endif() | endif() | ||||
| if(WITH_INTERNATIONAL) | if(WITH_INTERNATIONAL) | ||||
| add_definitions(-DWITH_INTERNATIONAL) | add_definitions(-DWITH_INTERNATIONAL) | ||||
| endif() | endif() | ||||
| ▲ Show 20 Lines • Show All 86 Lines • Show Last 20 Lines | |||||