diff options
Diffstat (limited to 'libs/bsatk/vcpkg.json')
| -rw-r--r-- | libs/bsatk/vcpkg.json | 30 |
1 files changed, 30 insertions, 0 deletions
diff --git a/libs/bsatk/vcpkg.json b/libs/bsatk/vcpkg.json new file mode 100644 index 0000000..7a82d05 --- /dev/null +++ b/libs/bsatk/vcpkg.json @@ -0,0 +1,30 @@ +{ + "dependencies": [ + "mo2-dds-header", + "zlib", + "lz4", + "boost-thread", + "boost-interprocess" + ], + "vcpkg-configuration": { + "default-registry": { + "kind": "git", + "repository": "https://github.com/Microsoft/vcpkg", + "baseline": "294f76666c3000630d828703e675814c05a4fd43" + }, + "registries": [ + { + "kind": "git", + "repository": "https://github.com/Microsoft/vcpkg", + "baseline": "294f76666c3000630d828703e675814c05a4fd43", + "packages": ["boost*", "boost-*"] + }, + { + "kind": "git", + "repository": "https://github.com/ModOrganizer2/vcpkg-registry", + "baseline": "228cda39fe9d1eeed789c0ef64fd1235dab3b11e", + "packages": ["mo2-dds-header"] + } + ] + } +} |
