Skip to content

Commit

Permalink
Add clang-extract binary to install rule
Browse files Browse the repository at this point in the history
Signed-off-by: Giuliano Belinassi <[email protected]>
  • Loading branch information
giulianobelinassi committed Jan 27, 2024
1 parent d327679 commit 0f545b4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -64,6 +64,7 @@ executable('inline', 'Inline.cpp',

executable('clang-extract', 'Main.cpp',
include_directories : incdir,
install : true,
link_with : libcextract_static,
dependencies : [elf_dep, clang_dep]
)
Expand Down

0 comments on commit 0f545b4

Please sign in to comment.