Upfront constructors almost completely fleshed out.

This commit is contained in:
2023-04-10 21:33:06 -04:00
parent 03d37d614b
commit 6ca30828c0
7 changed files with 1030 additions and 318 deletions

View File

@ -22,6 +22,6 @@ endif
# add_project_arguments('-E', language : ['c', 'cpp'])
# add_global_arguments( '-E', language : ['cpp'])
add_project_arguments('-Dgentime', language : ['c', 'cpp'])
add_project_arguments('-Dgen_time', language : ['c', 'cpp'])
executable( 'gencpp', sources, include_directories : includes )