diff options
author | crupest <crupest@outlook.com> | 2021-04-20 16:27:43 +0800 |
---|---|---|
committer | crupest <crupest@outlook.com> | 2021-04-20 16:27:43 +0800 |
commit | f552e92dd4f660ab7e00c1c797c7a807b3880505 (patch) | |
tree | 6817475ba5200bea3b95b48d3c6ea447b4906fb8 | |
parent | b601fc68d3d2e1bff4574c6da54ba9e3991915d6 (diff) | |
download | life-f552e92dd4f660ab7e00c1c797c7a807b3880505.tar.gz life-f552e92dd4f660ab7e00c1c797c7a807b3880505.tar.bz2 life-f552e92dd4f660ab7e00c1c797c7a807b3880505.zip |
...
-rw-r--r-- | cpp-practicum/.gitignore | 2 | ||||
-rw-r--r-- | cpp-practicum/vcpkg.json | 11 |
2 files changed, 7 insertions, 6 deletions
diff --git a/cpp-practicum/.gitignore b/cpp-practicum/.gitignore index 9ad9ade..42ea155 100644 --- a/cpp-practicum/.gitignore +++ b/cpp-practicum/.gitignore @@ -593,3 +593,5 @@ compile_flags.txt .clangd
.kdev4
CruUI.kdev4
+
+vcpkg_installed
diff --git a/cpp-practicum/vcpkg.json b/cpp-practicum/vcpkg.json index cb907c5..30e99f4 100644 --- a/cpp-practicum/vcpkg.json +++ b/cpp-practicum/vcpkg.json @@ -1,7 +1,6 @@ {
- "$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 + "$schema": "https://raw.githubusercontent.com/microsoft/vcpkg/master/scripts/vcpkg.schema.json",
+ "name": "cpp-praticum",
+ "version": "0.0.1",
+ "dependencies": ["ms-gsl", "qt5"]
+}
|