diff options
| author | Simon Kallweit <simon.kallweit@gmail.com> | 2025-03-12 15:33:31 +0100 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2025-03-12 15:33:31 +0100 |
| commit | fb48856c176cae3eff426f628e9906698241af58 (patch) | |
| tree | c17580ec0a8eb6460806fbdabeec6a72446cf108 /include | |
| parent | f4d5372d3354e62770b076b47892b5172223e98a (diff) | |
add SLANG_USER_CONFIG (#6584)
* add SLANG_USER_CONFIG
* format code
---------
Co-authored-by: Simon Kallweit <skallweit@nvidia.com>
Co-authored-by: slangbot <186143334+slangbot@users.noreply.github.com>
Co-authored-by: Simon Kallweit <64953474+skallweitNV@users.noreply.github.com>
Diffstat (limited to 'include')
| -rw-r--r-- | include/slang.h | 4 |
1 files changed, 4 insertions, 0 deletions
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 |
