Browse Source

Add the generated output to the list of outputs when generating.

pull/13/merge
triton 12 years ago
parent
commit
76cf2886c1
  1. 1
      src/Generator/Generators/Generator.cs

1
src/Generator/Generators/Generator.cs

@ -85,6 +85,7 @@ namespace CppSharp.Generators @@ -85,6 +85,7 @@ namespace CppSharp.Generators
TranslationUnit = unit,
Templates = templates
};
outputs.Add(output);
OnUnitGenerated(output);
}

Loading…
Cancel
Save