diff options
author | crupest <crupest@outlook.com> | 2021-04-20 16:19:24 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-20 16:19:24 +0800 |
commit | 4479fc6a80736e78cca974142f9e8d3f66cbf291 (patch) | |
tree | 2a1a0cb1b8260eadeb3d84bd13638ad2b326f52d /works/life/cpp-practicum/vcpkg.json | |
parent | 1fce8d95ac8609f716e953af3954c2a537e64c97 (diff) | |
download | crupest-4479fc6a80736e78cca974142f9e8d3f66cbf291.tar.gz crupest-4479fc6a80736e78cca974142f9e8d3f66cbf291.tar.bz2 crupest-4479fc6a80736e78cca974142f9e8d3f66cbf291.zip |
import(life): ...
Diffstat (limited to 'works/life/cpp-practicum/vcpkg.json')
-rw-r--r-- | works/life/cpp-practicum/vcpkg.json | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/works/life/cpp-practicum/vcpkg.json b/works/life/cpp-practicum/vcpkg.json new file mode 100644 index 0000000..cb907c5 --- /dev/null +++ b/works/life/cpp-practicum/vcpkg.json @@ -0,0 +1,7 @@ +{
+ "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "name": "cpp-praticum",
+ "version": "0.0.1",
+ "dependencies": ["ms-gsl", "qt5"]
+ }
+
\ No newline at end of file |