Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/CMakeLists.txt
| Show First 20 Lines • Show All 175 Lines • ▼ Show 20 Lines | |||||
| if(WITH_BUILDINFO) | if(WITH_BUILDINFO) | ||||
| add_definitions(-DWITH_BUILDINFO) | add_definitions(-DWITH_BUILDINFO) | ||||
| endif() | endif() | ||||
| if(WITH_INPUT_NDOF) | if(WITH_INPUT_NDOF) | ||||
| add_definitions(-DWITH_INPUT_NDOF) | add_definitions(-DWITH_INPUT_NDOF) | ||||
| endif() | endif() | ||||
| if(WIN32) | if(WIN32 OR APPLE) | ||||
| if(WITH_INPUT_IME) | if(WITH_INPUT_IME) | ||||
| add_definitions(-DWITH_INPUT_IME) | add_definitions(-DWITH_INPUT_IME) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| if(WITH_COMPOSITOR) | if(WITH_COMPOSITOR) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_compositor | bf_compositor | ||||
| Show All 26 Lines | |||||