Skip to content

Latest commit

 

History

History
26 lines (18 loc) · 740 Bytes

README.md

File metadata and controls

26 lines (18 loc) · 740 Bytes

CMake Helpers

Collection of utility scripts and functions to help with CMake-based software builds at Tiqi.

TiqiCommon.cmake

CMake module providing utility functions to assist in CMake-base workflows for Tiqi projects. See embedded module documentation for details about the usage.

Documentation

See Github Pages.

Building the Documentation

Sphinx builds the documentation. The sphinxcontrib-moderncmakedomain package is needed. It can be installed using pip:

pip install sphinxcontrib-moderncmakedomain

After that you can create the html documentation using

sphinx-build -M html Help/ _build