fill in missing headers to install

master
Daniel Kolesa 2021-04-07 01:44:40 +02:00
parent 3124f8a487
commit c09613c5ea
1 changed files with 8 additions and 1 deletions

View File

@ -1,6 +1,13 @@
libcubescript_header_src = [
'../include/cubescript/cubescript.hh',
'../include/cubescript/cubescript_conf.hh'
'../include/cubescript/cubescript_conf.hh',
'../include/cubescript/cubescript/callable.hh',
'../include/cubescript/cubescript/error.hh',
'../include/cubescript/cubescript/ident.hh',
'../include/cubescript/cubescript/platform.hh',
'../include/cubescript/cubescript/state.hh',
'../include/cubescript/cubescript/util.hh',
'../include/cubescript/cubescript/value.hh',
]
libcubescript_src = [