blob: f4b8d45df624dad9419601523a9e421dac03663d [file] [log] [blame]
psutils = executable(
'psutils',
'version.cpp',
'updater.cpp',
'main.cpp',
dependencies: [
phosphor_dbus_interfaces,
phosphor_logging,
],
include_directories: '../..',
install: true,
link_with: [
libpower,
]
)
subdir('test')