Skip to content

Commit

Permalink
meson: Install ce-inline tool
Browse files Browse the repository at this point in the history
The tool will be used on klp-build.

Signed-off-by: Marcos Paulo de Souza <[email protected]>
  • Loading branch information
marcosps committed Jun 17, 2024
1 parent 8376ab2 commit c488689
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -56,8 +56,9 @@ subdir('libcextract')

incdir = include_directories('libcextract')

executable('inline', 'Inline.cpp',
executable('ce-inline', 'Inline.cpp',
include_directories : incdir,
install : true,
link_with : libcextract_static,
dependencies : elf_dep
)
Expand Down

0 comments on commit c488689

Please sign in to comment.