Changeset View
Changeset View
Standalone View
Standalone View
intern/ghost/CMakeLists.txt
| Show All 16 Lines | |||||
| # The Original Code is Copyright (C) 2006, Blender Foundation | # The Original Code is Copyright (C) 2006, Blender Foundation | ||||
| # All rights reserved. | # All rights reserved. | ||||
| # ***** END GPL LICENSE BLOCK ***** | # ***** END GPL LICENSE BLOCK ***** | ||||
| set(INC | set(INC | ||||
| . | . | ||||
| ../glew-mx | ../glew-mx | ||||
| ../string | ../string | ||||
| ../../source/blender/imbuf | |||||
| ../../source/blender/makesdna | |||||
| ) | ) | ||||
| set(INC_SYS | set(INC_SYS | ||||
| ${GLEW_INCLUDE_PATH} | ${GLEW_INCLUDE_PATH} | ||||
| ) | ) | ||||
| set(SRC | set(SRC | ||||
| intern/GHOST_Bitmap.cpp | |||||
| intern/GHOST_Buttons.cpp | intern/GHOST_Buttons.cpp | ||||
| intern/GHOST_C-api.cpp | intern/GHOST_C-api.cpp | ||||
| intern/GHOST_CallbackEventConsumer.cpp | intern/GHOST_CallbackEventConsumer.cpp | ||||
| intern/GHOST_Context.cpp | intern/GHOST_Context.cpp | ||||
| intern/GHOST_ContextNone.cpp | intern/GHOST_ContextNone.cpp | ||||
| intern/GHOST_DisplayManager.cpp | intern/GHOST_DisplayManager.cpp | ||||
| intern/GHOST_EventManager.cpp | intern/GHOST_EventManager.cpp | ||||
| intern/GHOST_ISystem.cpp | intern/GHOST_ISystem.cpp | ||||
| Show All 13 Lines | set(SRC | ||||
| GHOST_ISystem.h | GHOST_ISystem.h | ||||
| GHOST_ISystemPaths.h | GHOST_ISystemPaths.h | ||||
| GHOST_ITimerTask.h | GHOST_ITimerTask.h | ||||
| GHOST_IWindow.h | GHOST_IWindow.h | ||||
| GHOST_Path-api.h | GHOST_Path-api.h | ||||
| GHOST_Rect.h | GHOST_Rect.h | ||||
| GHOST_Types.h | GHOST_Types.h | ||||
| intern/GHOST_Bitmap.h | |||||
| intern/GHOST_Buttons.h | intern/GHOST_Buttons.h | ||||
| intern/GHOST_CallbackEventConsumer.h | intern/GHOST_CallbackEventConsumer.h | ||||
| intern/GHOST_Context.h | intern/GHOST_Context.h | ||||
| intern/GHOST_ContextNone.h | intern/GHOST_ContextNone.h | ||||
| intern/GHOST_Debug.h | intern/GHOST_Debug.h | ||||
| intern/GHOST_DisplayManager.h | intern/GHOST_DisplayManager.h | ||||
| intern/GHOST_Event.h | intern/GHOST_Event.h | ||||
| intern/GHOST_EventButton.h | intern/GHOST_EventButton.h | ||||
| ▲ Show 20 Lines • Show All 339 Lines • Show Last 20 Lines | |||||