gzdoom/tools/zipdir
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
..
CMakeLists.txt Ensure local headers are used over system headers to avoid breakage 2023-08-02 00:22:50 -04:00
zipdir.c - fixed zipdir inability to update empty zip file 2020-11-01 10:24:22 +02:00