forked from NYU-Processor-Design/onboarding-lab-2
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathvcpkg.json
31 lines (31 loc) · 785 Bytes
/
vcpkg.json
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": "5a38b5ec0eee3d1a1a6faab5e944617fee2697cf",
"repository": "https://github.com/microsoft/vcpkg.git"
},
"registries": [
{
"kind": "git",
"baseline": "78f50d1f7f6f21a9fb28b9a7a3cab021e600830c",
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
"packages": [
"nyu-cmake"
]
}
]
}
}