mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-10 06:42:08 +00:00
b95dbaf914
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. |
||
---|---|---|
.. | ||
CMakeLists.txt | ||
zipdir.c |