Changeset View
Changeset View
Standalone View
Standalone View
source/blender/windowmanager/CMakeLists.txt
| Show First 20 Lines • Show All 157 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 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() | ||||
| if(WITH_COMPOSITOR_CPU) | if(WITH_COMPOSITOR_CPU) | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| bf_compositor | bf_compositor | ||||
| Show All 30 Lines | |||||