|
|
|
@ -14,6 +14,7 @@ namespace CppSharp.AST
@@ -14,6 +14,7 @@ namespace CppSharp.AST
|
|
|
|
|
public string OutputNamespace { get; set; } |
|
|
|
|
public List<TranslationUnit> Units { get; } = new List<TranslationUnit>(); |
|
|
|
|
public List<string> CodeFiles { get; } = new List<string>(); |
|
|
|
|
public List<string> ReferencedAssemblies { get; } = new List<string>(); |
|
|
|
|
public List<Module> Dependencies { get; } = new List<Module>(); |
|
|
|
|
|
|
|
|
|
[Obsolete("Use Module(string libraryName) instead.")] |
|
|
|
|