davea42 / libdwarf-code

Contains source for libdwarf, a library for reading DWARF2 and later DWARF. Contains source to create dwarfdump, a program which prints DWARF2 and later DWARF in readable format. Has a very limited DWARF writer set of functions in libdwarfp (producer library). Builds using GNU configure, meson, or cmake.
Other
173 stars 69 forks source link

override find_program/dependency in meson scripts #234

Closed judemille closed 8 months ago

judemille commented 8 months ago

Allows use as a wrap subproject more cleanly. There is no effect by the added statements if libdwarf is not built as a subproject.