eth-cscs / cmake-recipes

Repository for collecting, curating and maintaining up to date CMake scripts.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

About

Repository for collecting, curating and maintaining up to date CMake scripts.

License:BSD 3-Clause "New" or "Revised" License


Languages

Language:CMake 100.0%