Skip to content

Latest commit

 

History

History
28 lines (19 loc) · 686 Bytes

README.md

File metadata and controls

28 lines (19 loc) · 686 Bytes

CMake plugin

CMake plugin for proto.

Includes:

  • cmake
  • ccmake
  • cpack
  • ctest

Installation

This is a community plugin and is thus not built-in to proto. In order to use it, first either add it to your global or project-based .prototools by running:

Global install

proto plugin add cmake "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/cmake/plugin.toml" --global
proto install cmake

Per-project install

proto plugin add cmake "source:https://raw.githubusercontent.com/Phault/proto-toml-plugins/main/cmake/plugin.toml"
proto pin cmake latest --resolve