SCons: Add CPPEXTPATH for external includes

This commit is contained in:
Thaddeus Crews 2025-04-01 13:57:43 -05:00
parent d52b84e472
commit f25fc34439
No known key found for this signature in database
GPG key ID: 8C6E5FEB5FC03CCC
55 changed files with 141 additions and 290 deletions

View file

@ -60,23 +60,17 @@ using namespace godot;
// Built-in ICU data.
#ifdef ICU_STATIC_DATA
#include "icudata.gen.h"
#include <icudata.gen.h>
#endif
// Thirdparty headers.
#ifdef MODULE_MSDFGEN_ENABLED
#ifdef _MSC_VER
#pragma warning(disable : 4458)
#endif
#include <core/EdgeHolder.h>
#include <core/ShapeDistanceFinder.h>
#include <core/contour-combiners.h>
#include <core/edge-selectors.h>
#include <msdfgen.h>
#ifdef _MSC_VER
#pragma warning(default : 4458)
#endif
#endif
#ifdef MODULE_SVG_ENABLED