1psutils = executable( 2 'psutils', 3 'version.cpp', 4 'updater.cpp', 5 'main.cpp', 6 dependencies: [ 7 phosphor_dbus_interfaces, 8 phosphor_logging, 9 libi2c_dep, 10 ], 11 include_directories: [libpower_inc, libi2c_inc], 12 install: true, 13 link_with: [ 14 libpower, 15 ] 16) 17 18if get_option('tests').enabled() 19 subdir('test') 20endif 21