xref: /openbmc/phosphor-hwmon/tools/meson.build (revision f9aff805)
1executable(
2    'find_hwmon',
3    'find_hwmon.cpp',
4    dependencies: sysfs_dep)
5
6executable(
7    'find_callout_path',
8    'find_callout_path.cpp',
9    dependencies: sysfs_dep)
10