Skip to content

cmake: add targets for latexmk, lualatex, biber and pygmentize

Closes #235 (closed).

I considered using https://cmake.org/cmake/help/latest/module/FindLATEX.html, but tbh I don't think it is that much better: in the end, latexmk just calls the lualatex and biber executables (plus minted needs pygmentize), so they need to exist, no fancy CMake magic required (we don't build this on non-unix anyway).

Edited by Stephan Lachnit

Merge request reports