forked from NYU-Processor-Design/nyu-core
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathvcpkg.json
More file actions
30 lines (30 loc) · 763 Bytes
/
vcpkg.json
File metadata and controls
30 lines (30 loc) · 763 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
{
"name": "nyu-core",
"version": "1.0.0",
"description": "NYU Processor Design's Core Components Repo",
"homepage": "https://github.com/NYU-Processor-Design/nyu-core",
"maintainers": [],
"license": "CC0-1.0",
"dependencies": [
"nyu-cmake",
"nyu-util",
"catch2"
],
"vcpkg-configuration": {
"default-registry": {
"kind": "git",
"baseline": "0f88ecb8528605f91980b90a2c5bad88e3cb565f",
"repository": "https://github.com/microsoft/vcpkg.git"
},
"registries": [
{
"kind": "git",
"baseline": "83a1b8ad4f7be3bf2e16d4397f58e6119e001ef6",
"repository": "https://github.com/NYU-Processor-Design/nyu-registry.git",
"packages": [
"nyu-*"
]
}
]
}
}