Temporal: fundamental changes to get timeline.cc to compile

This commit is contained in:
Paul Davis 2020-08-03 14:03:05 -06:00
parent 35d0519109
commit 2c69a1425f
3 changed files with 113 additions and 73 deletions

View file

@ -24,7 +24,7 @@ APPNAME = 'temporal'
VERSION = TEMPORAL_VERSION
I18N_PACKAGE = 'libtemporal'
temporal_sources = [ 'time.cc', 'bbt_time.cc', 'tempo.cc' ]
temporal_sources = [ 'time.cc', 'bbt_time.cc', 'tempo.cc', 'timeline.cc' ]
def options(opt):
autowaf.set_options(opt)