Git Product home page Git Product logo

cmake-modules's Introduction

CMake modules

This repository contains useful cmake modules.

PandocMan.cmake

This module can be used to generate and install man pages in troff format from the Markdown, using the Pandoc.

Just add files named like utility.1.md with manual page contents, and add line add_pandoc_man("${CMAKE_CURRENT_SOURCE_DIR}/utility.1.md") to the corresponding CMakeLists.txt to have your markdown rendered to troff and installed via make install.

AdocMan.cmake

This module can be used to generate and install man pages in troff format from the AsciiDoc, using the AsciiDoctor.

Just add files named like utility.1.adoc with manual page contents, and add line add_adoc_man("${CMAKE_CURRENT_SOURCE_DIR}/utility.1.adoc") to the corresponding CMakeLists.txt to have your AsciiDoc rendered to troff and installed via make install.

FindOpenSSLFeatures.cmake

This module can be used to list available OpenSSL features, without dependency on openssl binary. Instead of running openssl binary it compiles small utility (see findopensslfeatures.c) and runs it to retrieve all needed lists. Following features are supported: hashes, symmetric ciphers, elliptic curves, publickey engines and available providers (basically, to check whether legacy provider is available).

FindBotan.cmake

This module can be used to find Botan 2 and Botan 3 installation, with possibility to specify the minimum version and preffered location.

cmake-modules's People

Contributors

jmcphers avatar ni4 avatar ronaldtse avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar  avatar

Forkers

jmcphers ni4

cmake-modules's Issues

Add multiple platforms

Right now we only test on CentOS 8 Stream. We should test these modules on all relevant platforms too.

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.