Skip to content

Commit

Permalink
Merge pull request #100 from microsoft/dev/jgoshi/AddCGManifest
Browse files Browse the repository at this point in the history
Add cgmanifest.json
  • Loading branch information
jgoshi authored Dec 1, 2020
2 parents ae97b2b + 5ad31de commit b40cb6e
Showing 1 changed file with 14 additions and 0 deletions.
14 changes: 14 additions & 0 deletions VSInsertion/Packaging/cgmanifest.json
Original file line number Diff line number Diff line change
@@ -0,0 +1,14 @@
{
"Registrations":[
{
"Component": {
"Type": "other",
"Other": {
"Name": "cmake",
"Version": "3.19.1",
"DownloadUrl": "https://github.com/Kitware/CMake/releases/download/v3.19.1/cmake-3.19.1.tar.gz"
}
}
}
]
}

0 comments on commit b40cb6e

Please sign in to comment.