From 5ad31de40678c6073a87f2e685f71f1c642464ad Mon Sep 17 00:00:00 2001 From: Justin Goshi Date: Tue, 1 Dec 2020 14:34:31 -0800 Subject: [PATCH] Add cgmanifest.json --- VSInsertion/Packaging/cgmanifest.json | 14 ++++++++++++++ 1 file changed, 14 insertions(+) create mode 100644 VSInsertion/Packaging/cgmanifest.json 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" + } + } + } + ] +}