diff --git a/src/Generator/Driver.cs b/src/Generator/Driver.cs index 43098f46..04a620da 100644 --- a/src/Generator/Driver.cs +++ b/src/Generator/Driver.cs @@ -169,6 +169,7 @@ namespace CppSharp LibraryDirs = new List(); Libraries = new List(); + CheckSymbols = true; GeneratorKind = LanguageGeneratorKind.CSharp; GenerateLibraryNamespace = true; @@ -200,6 +201,8 @@ namespace CppSharp // Library options public List LibraryDirs; public List Libraries; + public bool CheckSymbols; + public string SharedLibraryName; // Generator options public LanguageGeneratorKind GeneratorKind;