v0.1
This commit is contained in:
25
yaokon/MDK-ARM/vcpkg-configuration.json
Normal file
25
yaokon/MDK-ARM/vcpkg-configuration.json
Normal file
@@ -0,0 +1,25 @@
|
||||
{
|
||||
"default-registry": {
|
||||
"kind": "git",
|
||||
"baseline": "032d9d0820db290ce9ff644dabfdf564343013ae",
|
||||
"repository": "https://github.com/microsoft/vcpkg"
|
||||
},
|
||||
"registries": [
|
||||
{
|
||||
"kind": "artifact",
|
||||
"location": "https://aka.ms/vcpkg-ce-default",
|
||||
"name": "microsoft"
|
||||
},
|
||||
{
|
||||
"kind": "artifact",
|
||||
"location": "https://artifacts.keil.arm.com/vcpkg-ce-registry/registry.zip",
|
||||
"name": "arm"
|
||||
}
|
||||
],
|
||||
"requires": {
|
||||
"microsoft:cmake": "^3.25.2",
|
||||
"microsoft:ninja": "^1.10.2",
|
||||
"arm:compilers/arm/armclang": "^6.20.0",
|
||||
"arm:tools/open-cmsis-pack/cmsis-toolbox": "^2.0.0-0"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user