Skip to content

Commit cfc0e3e

Browse files
committed
Add vcpkg config/dependency files
1 parent 48722d8 commit cfc0e3e

File tree

2 files changed

+16
-0
lines changed

2 files changed

+16
-0
lines changed

vcpkg-configuration.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg-configuration.schema.json",
3+
"default-registry": {
4+
"kind": "git",
5+
"baseline": "638b1588be3a265a9c7ad5b212cef72a1cad336a",
6+
"repository": "https://github.com/microsoft/vcpkg"
7+
}
8+
}

vcpkg.json

+8
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,8 @@
1+
{
2+
"$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json",
3+
"dependencies": [
4+
"sdl2",
5+
"poco",
6+
"freetype"
7+
]
8+
}

0 commit comments

Comments
 (0)