Skip to content

Commit

Permalink
Introduce vcpkg.json (vcpkg manifest mode)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexkaratarakis committed Jan 13, 2022
1 parent d69d18f commit 6bbda53
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -38,3 +38,6 @@ _deps
.bazelversion
# User-specific .bazelrc
user.bazelrc

### vcpkg ###
vcpkg_installed/*
10 changes: 10 additions & 0 deletions vcpkg.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
{
"name": "fixed-containers",
"version-string": "0.0.0",
"dependencies": [
"magic-enum",
"ms-gsl",
"range-v3",
"gtest"
]
}

0 comments on commit 6bbda53

Please sign in to comment.