|
|
|
@ -219,6 +219,9 @@ namespace CppSharp |
|
|
|
case "cpp": |
|
|
|
case "cpp": |
|
|
|
options.Kind = CppSharp.Generators.GeneratorKind.CPlusPlus; |
|
|
|
options.Kind = CppSharp.Generators.GeneratorKind.CPlusPlus; |
|
|
|
return; |
|
|
|
return; |
|
|
|
|
|
|
|
case "napi": |
|
|
|
|
|
|
|
options.Kind = CppSharp.Generators.GeneratorKind.NAPI; |
|
|
|
|
|
|
|
return; |
|
|
|
case "qjs": |
|
|
|
case "qjs": |
|
|
|
options.Kind = CppSharp.Generators.GeneratorKind.QuickJS; |
|
|
|
options.Kind = CppSharp.Generators.GeneratorKind.QuickJS; |
|
|
|
return; |
|
|
|
return; |
|
|
|
|