build: generate edje_global.eo.c with meson build

Reviewed-by: Cedric BAIL <cedric.bail@free.fr>
Differential Revision: https://phab.enlightenment.org/D8127
This commit is contained in:
Mike Blumenkrantz 2019-03-06 11:22:22 -05:00 committed by Cedric BAIL
parent 0f9078070d
commit b532721b1d
1 changed files with 1 additions and 0 deletions

View File

@ -91,6 +91,7 @@ foreach eo_file : priv_eo_files
depfile : eo_file + '.d',
command : eolian_gen + [ '-I', meson.current_source_dir(), eolian_include_directories,
'-o', 'h:' + join_paths(meson.current_build_dir(), eo_file + '.h'),
'-o', 'c:' + join_paths(meson.current_build_dir(), eo_file + '.c'),
'-o', 'd:' + join_paths(meson.current_build_dir(), eo_file + '.d'),
'-gchd', '@INPUT@'])
endforeach