contour-terminal / contour

Modern C++ Terminal Emulator
http://contour-terminal.org/
Apache License 2.0
2.3k stars 100 forks source link

Add CPM fallback for the dependencies and static build #1503

Closed Yaraslaut closed 1 day ago

Yaraslaut commented 1 month ago

This PR adds CPM fallback for all packages when they are non embedded using install-deps.sh script or system wide package is not present.

And add static build of contour

Refs https://github.com/contour-terminal/contour/issues/1047

christianparpart commented 1 day ago

rebased on top of latest master