Skip to content

Commit

Permalink
add options summary
Browse files Browse the repository at this point in the history
  • Loading branch information
jason committed Jul 24, 2024
1 parent 6be63b2 commit 5581303
Showing 1 changed file with 11 additions and 0 deletions.
11 changes: 11 additions & 0 deletions meson.build
Original file line number Diff line number Diff line change
Expand Up @@ -79,3 +79,14 @@ endif
if not get_option('lcm_install_pkgconfig').disabled()
subdir('lcm-pkgconfig')
endif

summary({'Build test and example programs': get_option('lcm_enable_examples'),
'Build Python bindings and utilities': get_option('lcm_enable_python'),
'Build Java bindings and utilities': get_option('lcm_enable_java'),
'Build Lua bindings and utilities': get_option('lcm_enable_lua'),
'Build unit tests': get_option('lcm_enable_tests'),
'Install autotools support M4 macros': get_option('lcm_install_m4macros'),
'Install pkg-config files': get_option('lcm_install_pkgconfig'),
'Build shared libraries': get_option('build_shared_libs'),
'Build lcmgen core modules': get_option('lcm_enable_lcmgen'),
}, section : 'Options')

0 comments on commit 5581303

Please sign in to comment.