windows links sdl3 test 1
This commit is contained in:
13
premake5.lua
13
premake5.lua
@@ -96,19 +96,8 @@ project "SakuraVNE" --project under solution
|
||||
"PLATFORM_WINDOWS"
|
||||
}
|
||||
|
||||
includedirs{
|
||||
"libs/sdl/windows/include"
|
||||
}
|
||||
links {
|
||||
"SDL2",
|
||||
"SDL2main"
|
||||
}
|
||||
libdirs{
|
||||
"libs/sdl/windows/lib/x64/"
|
||||
}
|
||||
|
||||
postbuildcommands{
|
||||
("{COPY} libs/sdl/windows/lib/x64/SDL2.dll %{cfg.buildtarget.directory}")
|
||||
--("{COPY} libs/sdl3/windows/lib/x64/SDL3.dll %{cfg.buildtarget.directory}")
|
||||
}
|
||||
|
||||
filter "system:linux"
|
||||
|
||||
Reference in New Issue
Block a user