blob: d907418a4d009eb9d679ee0586f9a1c0ada7714e [file] [log] [blame]
Andrew Jeffery275f7c32024-01-31 12:41:14 +10301executable(
2 'mctpreactor',
3 'MCTPReactorMain.cpp',
4 'MCTPReactor.cpp',
5 'MCTPEndpoint.cpp',
Patrick Williamsff8c90e2025-02-01 08:37:02 -05006 dependencies: [default_deps, utils_dep],
7 install: true,
Patrick Williamsb75a54f2025-05-27 17:24:53 -04008 install_dir: '/usr/libexec/dbus-sensors',
Andrew Jeffery275f7c32024-01-31 12:41:14 +10309)