diff --git a/VSInsertion/Packaging/cgmanifest.json b/VSInsertion/Packaging/cgmanifest.json new file mode 100644 index 00000000000..cf3eace8770 --- /dev/null +++ b/VSInsertion/Packaging/cgmanifest.json @@ -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" + } + } + } + ] +}