Skip to content

Instantly share code, notes, and snippets.

@terrillmoore
Created July 20, 2020 21:22
Show Gist options
  • Select an option

  • Save terrillmoore/09fa258c46eab899ca7d876cc7c8303f to your computer and use it in GitHub Desktop.

Select an option

Save terrillmoore/09fa258c46eab899ca7d876cc7c8303f to your computer and use it in GitHub Desktop.
Scoop-CMake-3.14.0.json
{
"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