Skip to content

Commit 4282d1d

Browse files
committed
remove SDL2
1 parent 928a050 commit 4282d1d

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

prebuild.bat

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@ cd %~dp0
1010

1111
cd vcpkg
1212
echo Installing Libraries
13-
vcpkg install cppcodec freetype tinydir stb sdl2 fmt cppcodec glm concurrentqueue catch2 nlohmann-json --triplet x64-windows-static-md --recurse
13+
vcpkg install cppcodec freetype tinydir stb sdl3 fmt cppcodec glm concurrentqueue catch2 nlohmann-json --triplet x64-windows-static-md --recurse
1414
cd %~dp0
1515

1616
echo %Time%

src/CMakeLists.txt

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -90,8 +90,7 @@ PUBLIC
9090
unofficial::concurrentqueue::concurrentqueue
9191
fmt::fmt
9292
Vulkan::Vulkan
93-
$<TARGET_NAME_IF_EXISTS:SDL3::SDL3main>
94-
$<IF:$<TARGET_EXISTS:SDL3::SDL3>,SDL3::SDL3,SDL3::SDL3-static>
93+
SDL3::SDL3
9594
)
9695

9796
source_group ("Zest\\Timing" .*time.*)

0 commit comments

Comments
 (0)