summaryrefslogtreecommitdiff
path: root/docs/markdown/CMake-module.md
AgeCommit message (Collapse)Author
2020-02-25Typo fix. [skip ci]Jussi Pakkanen
2020-02-25Document the project policy on mixing build systems. [skip ci]Jussi Pakkanen
2020-02-19modules/cmake: Add a found() method to the cmake subprojectDylan Baker
Just like the native meson subproject has.
2020-02-12cmake: Add support for the new JSON trace formatDaniel Mensinger
2019-11-06Fix typos found by codespellWolfgang Stöggl
- Typos were found by codespell v1.16.0
2019-06-06cmake: doc: fixed typosDaniel Mensinger
2019-06-06cmake: updated docsDaniel Mensinger
2019-01-17add support for generating cmake filesDavid Fort
This new cmake module allows to generate cmake package files. This may ease the porting for cmake projects that are exporting cmake package informations for other depending projects. The module uses as much as possible the templates provided by the cmake installation (and so cmake needs to be installed).