Skip to content

apcountryman/cmake-utilities

Repository files navigation

cmake-utilities

CI Contributor Covenant

CMake utilities (modules).

Obtaining the Source Code

HTTPS:

git clone https://github.com/apcountryman/cmake-utilities.git

SSH:

git clone git@github.com:apcountryman/cmake-utilities.git

Usage

Add the path to this repository to the project's CMAKE_MODULE_PATH.

Versioning

Post version 0.3.0, cmake-utilities will follow the Abseil Live at Head philosophy.

Workflow

cmake-utilities uses the GitHub flow workflow.

Git Hooks

To install this repository's Git hooks, run the install.sh script located in the git/hooks directory. See the install.sh script's help text for usage details.

$ ./git/hooks/install.sh --help

Code of Conduct

cmake-utilities has adopted the Contributor Covenant 2.0 code of conduct. For more information, see the CODE_OF_CONDUCT.md file in this repository.

Contributing

If you are interested in contributing to cmake-utilities, please read the CONTRIBUTING.md file in this repository.

Authors

  • Andrew Countryman

License

cmake-utilities is licensed under the Apache License, Version 2.0. For more information, see the LICENSE file in this repository.