Skip to content

Commit

Permalink
meson: add build target feedback to summary
Browse files Browse the repository at this point in the history
Add wether firmware and BMDA are being built to the summary output
  • Loading branch information
perigoso authored and dragonmux committed Jan 16, 2024
1 parent f9fb480 commit f93e4ab
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -300,3 +300,12 @@ Dependencies:
libusb: @2@
'''.format(libftdi.found(), hidapi.found(), libusb.found()))
endif

summary(
{
'Building Firmware': is_firmware_build,
'Building BMDA': is_variable('bmda'),
},
bool_yn: true,
section: 'Black Magic Debug',
)

0 comments on commit f93e4ab

Please sign in to comment.