Skip to content
This repository has been archived by the owner on Mar 4, 2024. It is now read-only.

Latest commit

 

History

History
9 lines (5 loc) · 436 Bytes

README.md

File metadata and controls

9 lines (5 loc) · 436 Bytes

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