blob: d9e8a37fcd335e7b9d68411a78bcc374931c0afd [file] [log] [blame]
psutils = executable(
'psutils',
'version.cpp',
'updater.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').enabled()
subdir('test')
endif