-
Notifications
You must be signed in to change notification settings - Fork 50
Expand file tree
/
Copy pathvcpkg.json
More file actions
26 lines (26 loc) · 1.29 KB
/
vcpkg.json
File metadata and controls
26 lines (26 loc) · 1.29 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
{
"name" : "50yearsofraytracing",
"version-string" : "1.0.0",
"builtin-baseline" : "c6592ce60ff394049905365865f59e3a4d93d35b",
"dependencies" : [ {
"name" : "embree3",
"version>=" : "3.13.5#2",
"$comment" : " find_package(embree 3 CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE embree)\n"
}, {
"name" : "glm",
"version>=" : "0.9.9.8#2",
"$comment" : " # this is heuristically generated, and may not be correct\n\n find_package(glm CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE glm::glm)\n"
}, {
"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" : "tinyobjloader",
"version>=" : "2.0.0-rc9",
"$comment" : " # this is heuristically generated, and may not be correct\n\n find_package(tinyobjloader CONFIG REQUIRED)\n\n target_link_libraries(main PRIVATE tinyobjloader::tinyobjloader)\n"
}, {
"name" : "stb",
"version>=" : "2023-04-11#1",
"$comment" : " find_package(Stb REQUIRED)\n\n target_include_directories(main PRIVATE ${Stb_INCLUDE_DIR})\n"
} ]
}