Skip to content

Draft: Added cmake/FindGTS.cmake for further use with Mingw.

A new file cmake/FindGTS.cmake is added, modelled after other cmake files. It finds where the GTS library is used and will allow (with further changes to come) to build Graphviz with GTS on Windows. At the moment, it should not impact anything because CMake does not look for this library yet. When used, it expects the package mingw-w64-gts as found on the url https://packages.msys2.org/base/mingw-w64-gts .

Edited by Remi Chateauneu

Merge request reports