From fb48856c176cae3eff426f628e9906698241af58 Mon Sep 17 00:00:00 2001 From: Simon Kallweit Date: Wed, 12 Mar 2025 15:33:31 +0100 Subject: add SLANG_USER_CONFIG (#6584) * add SLANG_USER_CONFIG * format code --------- Co-authored-by: Simon Kallweit Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com> Co-authored-by: Simon Kallweit <64953474+skallweitNV@users.noreply.github.com> --- include/slang.h | 4 ++++ 1 file changed, 4 insertions(+) (limited to 'include') diff --git a/include/slang.h b/include/slang.h index d000dab9f..aab6fc47c 100644 --- a/include/slang.h +++ b/include/slang.h @@ -1,6 +1,10 @@ #ifndef SLANG_H #define SLANG_H +#ifdef SLANG_USER_CONFIG + #include SLANG_USER_CONFIG +#endif + /** \file slang.h The Slang API provides services to compile, reflect, and specialize code -- cgit v1.2.3