Call to SDLHelper::Prepare() is needed before first SDL_InitSubSystem(). - Sets hints (SDL configuration vars). - Configures logging.
18 lines
301 B
Lua
18 lines
301 B
Lua
project_root = "../../../.."
|
|
include(project_root.."/tools/build")
|
|
|
|
group("src")
|
|
project("xenia-helper-sdl")
|
|
uuid("84b00ad3-fba3-4561-96c9-1f9993b14c9c")
|
|
kind("StaticLib")
|
|
language("C++")
|
|
links({
|
|
"SDL2",
|
|
})
|
|
defines({
|
|
})
|
|
includedirs({
|
|
})
|
|
local_platform_files()
|
|
sdl2_include()
|