An open API service indexing awesome lists of open source software.

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.

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).