mirror of https://github.com/mono/CppSharp.git
2 changed files with 23 additions and 1 deletions
@ -0,0 +1,22 @@
@@ -0,0 +1,22 @@
|
||||
generator "quickjs" |
||||
architecture "x64" |
||||
|
||||
includedirs |
||||
{ |
||||
"..", |
||||
"../../include", |
||||
} |
||||
|
||||
output "gen" |
||||
|
||||
module "test" |
||||
namespace "test" |
||||
headers |
||||
{ |
||||
"Builtins.h", |
||||
"Classes.h", |
||||
"Classes2.h", |
||||
"Delegates.h", |
||||
"Enums.h", |
||||
"Overloads.h" |
||||
} |
Loading…
Reference in new issue