From 195cc9c6a647a98cf0f8c760867233dfa2479357 Mon Sep 17 00:00:00 2001 From: Andrea Weikert Date: Wed, 5 Jan 2011 14:00:14 +0000 Subject: ToDo: long outstanding patch to allow access to system paths in background mode Thanks Damien Plisson for contributing the Carbon and Cocoa implementation --- intern/ghost/CMakeLists.txt | 10 ++++++++++ 1 file changed, 10 insertions(+) (limited to 'intern/ghost/CMakeLists.txt') diff --git a/intern/ghost/CMakeLists.txt b/intern/ghost/CMakeLists.txt index 7a147097cc7..7c2a2ddb870 100644 --- a/intern/ghost/CMakeLists.txt +++ b/intern/ghost/CMakeLists.txt @@ -36,10 +36,12 @@ set(SRC intern/GHOST_Buttons.cpp intern/GHOST_CallbackEventConsumer.cpp intern/GHOST_C-api.cpp + intern/GHOST_Path-api.cpp intern/GHOST_DisplayManager.cpp intern/GHOST_EventManager.cpp intern/GHOST_EventPrinter.cpp intern/GHOST_ISystem.cpp + intern/GHOST_ISystemPaths.cpp intern/GHOST_ModifierKeys.cpp intern/GHOST_NDOFManager.cpp intern/GHOST_Path-api.cpp @@ -87,20 +89,24 @@ if(APPLE) list(APPEND SRC intern/GHOST_DisplayManagerCocoa.mm intern/GHOST_SystemCocoa.mm + intern/GHOST_SystemPathsCocoa.mm intern/GHOST_WindowCocoa.mm intern/GHOST_DisplayManagerCocoa.h intern/GHOST_SystemCocoa.h + intern/GHOST_SystemPathsCocoa.h intern/GHOST_WindowCocoa.h ) else() list(APPEND SRC intern/GHOST_DisplayManagerCarbon.cpp intern/GHOST_SystemCarbon.cpp + intern/GHOST_SystemPathsCarbon.cpp intern/GHOST_WindowCarbon.cpp intern/GHOST_DisplayManagerCarbon.h intern/GHOST_SystemCarbon.h + intern/GHOST_SystemPathsCarbon.h intern/GHOST_WindowCarbon.h ) endif() @@ -115,10 +121,12 @@ elseif(UNIX) list(APPEND SRC intern/GHOST_DisplayManagerX11.cpp intern/GHOST_SystemX11.cpp + intern/GHOST_SystemPathsX11.cpp intern/GHOST_WindowX11.cpp intern/GHOST_DisplayManagerX11.h intern/GHOST_SystemX11.h + intern/GHOST_SystemPathsX11.h intern/GHOST_WindowX11.h ) @@ -134,12 +142,14 @@ elseif(WIN32) list(APPEND SRC intern/GHOST_DisplayManagerWin32.cpp intern/GHOST_SystemWin32.cpp + intern/GHOST_SystemPathsWin32.cpp intern/GHOST_WindowWin32.cpp intern/GHOST_DropTargetWin32.cpp intern/GHOST_DisplayManagerWin32.h intern/GHOST_DropTargetWin32.h intern/GHOST_SystemWin32.h + intern/GHOST_SystemPathsWin32.h intern/GHOST_WindowWin32.h ) endif() -- cgit v1.2.3