Add option to compile (external) schema by cmake

This commit is contained in:
aothms
2016-02-15 16:59:47 +01:00
parent a583339492
commit 4122759f1a
4 changed files with 79 additions and 16 deletions
+2
View File
@@ -184,4 +184,6 @@ enum_header.EnumHeader(mapping).emit()
implementation.Implementation(mapping).emit()
latebound_header.LateBoundHeader(mapping).emit()
latebound_implementation.LateBoundImplementation(mapping).emit()
sys.stdout.write(schema.name)
"""%('\n'.join(statements)))