diff options
author | Kai Blaschke <kai.blaschke@gdata.de> | 2024-02-18 13:55:01 +0100 |
---|---|---|
committer | Kai Blaschke <kai.blaschke@kb-dev.net> | 2024-02-19 14:11:19 +0100 |
commit | ef82ae3aeb835290671f09ce12fabae25f914396 (patch) | |
tree | ff8586f994164f67d100f6b478ca607afa41bd57 /source/vcpkg.json | |
parent | e2251a0e8bab878b453debd9211e0ba34564d08c (diff) |
Add GitHub Actions build workflows
Diffstat (limited to 'source/vcpkg.json')
-rw-r--r-- | source/vcpkg.json | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/source/vcpkg.json b/source/vcpkg.json new file mode 100644 index 0000000..7b396a2 --- /dev/null +++ b/source/vcpkg.json @@ -0,0 +1,11 @@ +{ + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg-tool/main/docs/vcpkg.schema.json", + "dependencies": [ + "glew", + "sdl2", + "libvorbis", + "zlib", + "freetype", + "libpng" + ] +}
\ No newline at end of file |