Skip to content

Commit fb48856

Browse files
westlichtskallweitNVslangbot
authored
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>
1 parent f4d5372 commit fb48856

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

include/slang.h

+4
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,10 @@
11
#ifndef SLANG_H
22
#define SLANG_H
33

4+
#ifdef SLANG_USER_CONFIG
5+
#include SLANG_USER_CONFIG
6+
#endif
7+
48
/** \file slang.h
59
610
The Slang API provides services to compile, reflect, and specialize code

0 commit comments

Comments
 (0)