blob: f7c491e50c2cfb4b2f6efd5597cda30d87353b69 [file] [log] [blame]
psutils = executable(
'psutils',
'version.cpp',
'updater.cpp',
'aei_updater.cpp',
'utils.cpp',
'model.cpp',
'validator.cpp',
'main.cpp',
dependencies: [
cli11_dep,
libi2c_dep,
nlohmann_json_dep,
phosphor_dbus_interfaces,
phosphor_logging,
],
include_directories: [libpower_inc, libi2c_inc],
install: true,
link_with: [libpower],
)
if get_option('tests').allowed()
subdir('test')
endif