Collection of utility scripts and functions to help with CMake-based software builds at Tiqi.
CMake module providing utility functions to assist in CMake-base workflows for Tiqi projects. See embedded module documentation for details about the usage.
See Github Pages.
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