mirror of
https://github.com/Ed94/gencpp.git
synced 2025-06-15 03:01:47 -07:00
Upfront constructors almost completely fleshed out.
This commit is contained in:
@ -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 )
|
||||
|
@ -1,7 +1,7 @@
|
||||
#include "Bloat.cpp"
|
||||
|
||||
|
||||
#ifdef gentime
|
||||
#ifdef gen_time
|
||||
#include "gen.cpp"
|
||||
|
||||
int gen_main()
|
||||
@ -19,7 +19,7 @@ int gen_main()
|
||||
#endif
|
||||
|
||||
|
||||
#ifdef comptime
|
||||
#ifdef runtime
|
||||
int main()
|
||||
{
|
||||
return 0;
|
||||
|
Reference in New Issue
Block a user