mirror of
https://github.com/ZDoom/raze-gles.git
synced 2024-11-10 23:02:03 +00:00
- moved the platform specific files out of the Build folder, mainly to get them out of the way.
This commit is contained in:
parent
cd920299d0
commit
18b1ca287e
10 changed files with 4 additions and 4 deletions
|
@ -559,13 +559,13 @@ set( PLAT_SDL_SOURCES
|
||||||
)
|
)
|
||||||
|
|
||||||
set( PLAT_UNIX_SOURCES
|
set( PLAT_UNIX_SOURCES
|
||||||
build/src/dynamicgtk.cpp
|
platform/gtk/dynamicgtk.cpp
|
||||||
build/src/gtkbits.cpp
|
platform/gtk/gtkbits.cpp
|
||||||
)
|
)
|
||||||
|
|
||||||
set( PLAT_OSX_SOURCES
|
set( PLAT_OSX_SOURCES
|
||||||
build/src/SDLMain.mm
|
platform/macos/SDLMain.mm
|
||||||
build/src/osxbits.mm
|
platform/macos/osxbits.mm
|
||||||
)
|
)
|
||||||
|
|
||||||
set( PLAT_COCOA_SOURCES
|
set( PLAT_COCOA_SOURCES
|
||||||
|
|
Loading…
Reference in a new issue