We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ee39a41 commit 9ac5ffaCopy full SHA for 9ac5ffa
2 files changed
CMakeLists.txt
@@ -113,6 +113,7 @@ find_package(fmt CONFIG REQUIRED)
113
find_package(glfw3 CONFIG REQUIRED)
114
find_package(gli CONFIG REQUIRED)
115
find_package(LuaJIT REQUIRED)
116
+find_package(Microsoft.GSL CONFIG REQUIRED)
117
find_package(PkgConfig REQUIRED)
118
find_package(re2 CONFIG REQUIRED)
119
find_package(sol2 CONFIG REQUIRED)
@@ -210,6 +211,7 @@ target_link_libraries(SimpleGraphic
210
211
glm::glm
212
imgui
213
LuaJIT::LuaJIT
214
+ Microsoft.GSL::GSL
215
PkgConfig::libjxl
216
PkgConfig::libjxl_threads
217
re2::re2
vcpkg.json
@@ -9,6 +9,7 @@
9
"gli",
10
"libjxl",
11
"luajit",
12
+ "ms-gsl",
13
"pkgconf",
14
"re2",
15
"sol2",
0 commit comments