blob: 848c42f8cfb3c7b98293e241e9b96ec25e341d85 [file] [log] [blame]
psutils = executable(
'psutils',
'version.cpp',
'updater.cpp',
'main.cpp',
dependencies: [
phosphor_dbus_interfaces,
phosphor_logging,
libi2c_dep,
],
include_directories: [libpower_inc, libi2c_inc],
install: true,
link_with: [
libpower,
]
)
if get_option('tests').enabled()
subdir('test')
endif