Skip to content

Commit cd458b0

Browse files
committed
added gsl to vcpkg
1 parent bf541e9 commit cd458b0

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

vcpkg.json

+2-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"description": "provides cmake boilerplate for a c++ project.",
55
"dependencies": [
66
"fmt",
7-
"catch2"
7+
"catch2",
8+
"ms-gsl"
89
],
910
"$url": "https://github.com/dk949/cpp-init"
1011
}

0 commit comments

Comments
 (0)