From ab3a9f851c18d278ded695746fb5054f238c4b02 Mon Sep 17 00:00:00 2001 From: YR Chen Date: Mon, 28 Feb 2022 14:27:43 +0800 Subject: [PATCH] Add support for `vcpkg` --- vcpkg.json | 5 +++++ 1 file changed, 5 insertions(+) create mode 100644 vcpkg.json diff --git a/vcpkg.json b/vcpkg.json new file mode 100644 index 00000000..64482883 --- /dev/null +++ b/vcpkg.json @@ -0,0 +1,5 @@ +{ + "name": "swift-tools-support-core", + "version-string": "0.1.0", + "dependencies": ["sqlite3"] +} \ No newline at end of file