Add PlatformSDL2_Path config
This commit is contained in:
@@ -17,6 +17,9 @@ EXAMPLE.Libraries = {
|
||||
"NazaraUtility"
|
||||
}
|
||||
|
||||
if Config.PlatformSDL2 then
|
||||
if (Config.PlatformSDL2) then
|
||||
table.insert(EXAMPLE.Defines, "NAZARA_PLATFORM_SDL2")
|
||||
|
||||
assert(Config.PlatformSDL2_Path)
|
||||
EXAMPLE.Includes = Config.PlatformSDL2_Path .. "/include"
|
||||
end
|
||||
|
||||
Reference in New Issue
Block a user