Created
July 20, 2020 21:22
-
-
Save terrillmoore/09fa258c46eab899ca7d876cc7c8303f to your computer and use it in GitHub Desktop.
Scoop-CMake-3.14.0.json
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| { | |
| "version": "3.14.0", | |
| "description": "Open-source, cross-platform family of tools designed to build, test and package software", | |
| "homepage": "https://cmake.org/", | |
| "license": "BSD-3-Clause", | |
| "architecture": { | |
| "64bit": { | |
| "url": "https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win64-x64.zip", | |
| "hash": "40e8140d68120378262322bbc8c261db8d184d7838423b2e5bf688a6209d3807", | |
| "extract_dir": "cmake-3.14.0-win64-x64" | |
| }, | |
| "32bit": { | |
| "url": "https://github.com/Kitware/CMake/releases/download/v3.14.0/cmake-3.14.0-win32-x86.zip", | |
| "hash": "9eb42917f9c5dc30ff86d8197497e4f8e2f4455b4c07841aa3dfb3283902d1ee", | |
| "extract_dir": "cmake-3.14.0-win32-x86" | |
| } | |
| }, | |
| "bin": [ | |
| "bin/cmake.exe", | |
| "bin/cmcldeps.exe", | |
| "bin/cpack.exe", | |
| "bin/ctest.exe", | |
| "bin/cmake-gui.exe" | |
| ], | |
| "shortcuts": [ | |
| [ | |
| "bin/cmake-gui.exe", | |
| "cmake-gui" | |
| ] | |
| ] | |
| } |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment