/cmake-recipes

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

Primary LanguageCMakeBSD 3-Clause "New" or "Revised" LicenseBSD-3-Clause

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