xref: /openbmc/phosphor-power/tools/power-utils/meson.build (revision 4c94bc7c840d2bfda6ac7acec811f80fdf3f3b7a)
1psutils = executable(
2    'psutils',
3    'version.cpp',
4    'updater.cpp',
5    'main.cpp',
6    dependencies: [
7        phosphor_dbus_interfaces,
8        phosphor_logging,
9        libi2c_dep,
10    ],
11    include_directories: [libpower_inc, libi2c_inc],
12    install: true,
13    link_with: [
14        libpower,
15    ]
16)
17
18subdir('test')
19