gzdoom/tools
James Le Cuirot b95dbaf914 Ensure local headers are used over system headers to avoid breakage
types.h was being picked up from webp rather than locally due to the
`include_directories` call for GTK (and therefore its -I arguments)
coming before the same call for the local sources. webp can be pulled in
via GTK -> gdk-pixbuf -> tiff -> webp.

This can be avoided by specifying `SYSTEM` or `BEFORE` as appropriate
when calling `include_directories`. I have done both for good measure.
2023-08-02 00:22:50 -04:00
..
lemon - fixed cross-compilation support 2021-03-14 15:01:51 +02:00
myiswalpha
re2c
updaterevision
zipdir Ensure local headers are used over system headers to avoid breakage 2023-08-02 00:22:50 -04:00
CMakeLists.txt