Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/CMakeLists.txt
| Show First 20 Lines • Show All 149 Lines • ▼ Show 20 Lines | if(NOT WITH_HEADLESS) | ||||
| else() | else() | ||||
| list(APPEND LIB | list(APPEND LIB | ||||
| ${SDL_LIBRARY} | ${SDL_LIBRARY} | ||||
| ) | ) | ||||
| endif() | endif() | ||||
| endif() | endif() | ||||
| elseif(APPLE AND NOT WITH_GHOST_X11) | elseif(APPLE AND NOT WITH_GHOST_X11) | ||||
| if(WITH_INPUT_IME) | |||||
| add_definitions(-DWITH_INPUT_IME) | |||||
| endif() | |||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_DisplayManagerCocoa.mm | intern/GHOST_DisplayManagerCocoa.mm | ||||
| intern/GHOST_SystemCocoa.mm | intern/GHOST_SystemCocoa.mm | ||||
| intern/GHOST_WindowCocoa.mm | intern/GHOST_WindowCocoa.mm | ||||
| intern/GHOST_DisplayManagerCocoa.h | intern/GHOST_DisplayManagerCocoa.h | ||||
| intern/GHOST_SystemCocoa.h | intern/GHOST_SystemCocoa.h | ||||
| intern/GHOST_WindowCocoa.h | intern/GHOST_WindowCocoa.h | ||||
| ▲ Show 20 Lines • Show All 341 Lines • Show Last 20 Lines | |||||