Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/CMakeLists.txt
| Show First 20 Lines • Show All 370 Lines • ▼ Show 20 Lines | list(APPEND INC_SYS | ||||
| ${WINTAB_INC} | ${WINTAB_INC} | ||||
| ) | ) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_ContextD3D.cpp | intern/GHOST_ContextD3D.cpp | ||||
| intern/GHOST_DisplayManagerWin32.cpp | intern/GHOST_DisplayManagerWin32.cpp | ||||
| intern/GHOST_DropTargetWin32.cpp | intern/GHOST_DropTargetWin32.cpp | ||||
| intern/GHOST_SystemWin32.cpp | intern/GHOST_SystemWin32.cpp | ||||
| intern/GHOST_TrackpadWin32.cpp | |||||
| intern/GHOST_WindowWin32.cpp | intern/GHOST_WindowWin32.cpp | ||||
| intern/GHOST_Wintab.cpp | intern/GHOST_Wintab.cpp | ||||
| intern/GHOST_ContextD3D.h | intern/GHOST_ContextD3D.h | ||||
| intern/GHOST_DisplayManagerWin32.h | intern/GHOST_DisplayManagerWin32.h | ||||
| intern/GHOST_DropTargetWin32.h | intern/GHOST_DropTargetWin32.h | ||||
| intern/GHOST_SystemWin32.h | intern/GHOST_SystemWin32.h | ||||
| intern/GHOST_TaskbarWin32.h | intern/GHOST_TaskbarWin32.h | ||||
| intern/GHOST_TrackpadWin32.h | |||||
| intern/GHOST_WindowWin32.h | intern/GHOST_WindowWin32.h | ||||
| intern/GHOST_Wintab.h | intern/GHOST_Wintab.h | ||||
| ) | ) | ||||
| if(NOT WITH_GL_EGL) | if(NOT WITH_GL_EGL) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_ContextWGL.cpp | intern/GHOST_ContextWGL.cpp | ||||
| ▲ Show 20 Lines • Show All 129 Lines • Show Last 20 Lines | |||||