forked from NYU-Processor-Design/onboarding-lab-2
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
31 lines (31 loc) · 781 Bytes
/
vcpkg.json
File metadata and controls
31 lines (31 loc) · 781 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
{
"name": "week-two-lab",
"version": "1.0.0",
"description": "Template for week two lab",
"homepage": "https://github.com/NYU-Processor-Design/nyu-cmake",
"maintainers": [
"Vito Gamberini <vito@gamberini.email>"
],
"license": "CC0-1.0",
"dependencies": [
"nyu-cmake",
"catch2"
],
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"baseline": "91f002cae2281636da5155efc5a11d67efa72415",
"repository": "https://github.com/microsoft/vcpkg.git"
},
"registries": [
{
"kind": "git",
"baseline": "83a1b8ad4f7be3bf2e16d4397f58e6119e001ef6",
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
"packages": [
"nyu-*"
]
}
]
}
}