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 - use own implementation of iswalpha() function 2019-08-24 20:52:24 +02:00
re2c - bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions. 2021-03-08 13:58:29 +01:00
updaterevision - Change updaterevision to a CMake script 2020-02-02 11:43:36 +01:00
zipdir Ensure local headers are used over system headers to avoid breakage 2023-08-02 00:22:50 -04:00
CMakeLists.txt - bumped CMake version to 3.1.0 in all projects to reduce warning spam in recent versions. 2021-03-08 13:58:29 +01:00