set vcpkg to tag and remove curl

This commit is contained in:
Love 2024-08-04 19:31:17 +02:00
parent 1ec6accc5b
commit 946dcb70e9
2 changed files with 2 additions and 5 deletions

View File

@ -10,7 +10,6 @@ endif ()
find_package(SDL2 CONFIG REQUIRED)
find_package(SDL2_ttf CONFIG REQUIRED)
find_package(SDL2_image CONFIG REQUIRED)
find_package(CURL REQUIRED)
file(GLOB KULLE_SOURCES src/data/kulle_*_png.cpp)
@ -39,5 +38,4 @@ target_link_libraries(hang_man PRIVATE
SDL2::SDL2main
SDL2_ttf::SDL2_ttf
SDL2_image::SDL2_image
CURL::libcurl
)

View File

@ -2,7 +2,7 @@
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
"name": "hang-man",
"version": "1.0.0",
"builtin-baseline": "5c7d3a872dd861817fc812647176d5076085a7eb",
"builtin-baseline": "1de2026f28ead93ff1773e6e680387643e914ea1",
"dependencies": [
{
"name": "sdl2",
@ -12,7 +12,6 @@
"version>=": "2.0.20"
},
"sdl2-ttf",
"sdl2-image",
"curl"
"sdl2-image"
]
}