-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
21 lines (21 loc) · 996 Bytes
/
vcpkg.json
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"name" : "sdl-grav-shift-game",
"version-string" : "1.0.0",
"builtin-baseline" : "ed8fb07a8bd19568c8594c6f1a04955242f82d35",
"dependencies" : [ {
"name" : "sdl2",
"version>=" : "2.26.5",
"$comment" : " find_package(SDL2 CONFIG REQUIRED)\n\n target_link_libraries(main\n\n PRIVATE\n\n $<TARGET_NAME_IF_EXISTS:SDL2::SDL2main>\n\n $<IF:$<TARGET_EXISTS:SDL2::SDL2>,SDL2::SDL2,SDL2::SDL2-static>\n\n )\n"
}, {
"name" : "sdl2-mixer",
"version>=" : "2.6.3#1",
"$comment" : " find_package(SDL2_mixer CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE $<IF:$<TARGET_EXISTS:SDL2_mixer::SDL2_mixer>,SDL2_mixer::SDL2_mixer,SDL2_mixer::SDL2_mixer-static>)\n"
}, {
"name" : "nlohmann-json",
"version>=" : "3.11.2",
"$comment" : " find_package(nlohmann_json CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE nlohmann_json::nlohmann_json)\n"
}, {
"name" : "sdl2-image",
"version>=" : "2.6.3"
} ]
}