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