https://github.com/eth-cscs/cmake-recipes
Repository for collecting, curating and maintaining up to date CMake scripts.
https://github.com/eth-cscs/cmake-recipes
cmake cmake-resources cmake-scripts
Last synced: 5 months ago
JSON representation
Repository for collecting, curating and maintaining up to date CMake scripts.
- Host: GitHub
- URL: https://github.com/eth-cscs/cmake-recipes
- Owner: eth-cscs
- License: bsd-3-clause
- Created: 2019-10-01T12:07:37.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-04-30T09:42:19.000Z (about 5 years ago)
- Last Synced: 2023-08-11T12:54:13.101Z (almost 3 years ago)
- Topics: cmake, cmake-resources, cmake-scripts
- Language: CMake
- Homepage:
- Size: 35.2 KB
- Stars: 9
- Watchers: 20
- Forks: 3
- Open Issues: 5
-
Metadata Files:
- Readme: README.md
- License: LICENSE.md
Awesome Lists containing this project
README
# CMake recipes
This repository is for collecting, curating and maintaining up to date CMake scripts.
## Guidelines
- _**Provide "instructions manual"**_ - Each file should come with an header that explains how to use it and specifies the requirements.
- _**Target a specific CMake version**_ - Each script should call `cmake_minimum_required(VERSION X.Y)` with the target CMake version (and it can optionally set its own policies).