- moved the platform specific files out of the Build folder, mainly to get them out of the way.

This commit is contained in:
Christoph Oelckers 2019-09-25 22:43:06 +02:00
parent cd920299d0
commit 18b1ca287e
10 changed files with 4 additions and 4 deletions

View File

@ -559,13 +559,13 @@ set( PLAT_SDL_SOURCES
)
set( PLAT_UNIX_SOURCES
build/src/dynamicgtk.cpp
build/src/gtkbits.cpp
platform/gtk/dynamicgtk.cpp
platform/gtk/gtkbits.cpp
)
set( PLAT_OSX_SOURCES
build/src/SDLMain.mm
build/src/osxbits.mm
platform/macos/SDLMain.mm
platform/macos/osxbits.mm
)
set( PLAT_COCOA_SOURCES