Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/CMakeLists.txt
| Show First 20 Lines • Show All 79 Lines • ▼ Show 20 Lines | set(SRC | ||||
| intern/GHOST_SystemPaths.h | intern/GHOST_SystemPaths.h | ||||
| intern/GHOST_TimerManager.h | intern/GHOST_TimerManager.h | ||||
| intern/GHOST_TimerTask.h | intern/GHOST_TimerTask.h | ||||
| intern/GHOST_Window.h | intern/GHOST_Window.h | ||||
| intern/GHOST_WindowManager.h | intern/GHOST_WindowManager.h | ||||
| ) | ) | ||||
| set(LIB | set(LIB | ||||
| bf_intern_glew_mx | |||||
| bf_intern_string | |||||
| ${GLEW_LIBRARY} | |||||
| ) | ) | ||||
| if(WITH_GHOST_DEBUG) | if(WITH_GHOST_DEBUG) | ||||
| list(APPEND SRC | list(APPEND SRC | ||||
| intern/GHOST_EventPrinter.cpp | intern/GHOST_EventPrinter.cpp | ||||
| intern/GHOST_EventPrinter.h | intern/GHOST_EventPrinter.h | ||||
| ) | ) | ||||
| ▲ Show 20 Lines • Show All 248 Lines • Show Last 20 Lines | |||||