Alexander Hansen | 6272a39 | 2025-09-16 17:26:12 +0200 | [diff] [blame^] | 1 | executable( |
2 | 'virtual-sensor', | ||||
3 | [ | ||||
4 | 'calculate.cpp', | ||||
5 | 'dbusSensor.cpp', | ||||
6 | 'dbusUtils.cpp', | ||||
7 | 'main.cpp', | ||||
8 | 'virtualSensor.cpp', | ||||
9 | ], | ||||
10 | dependencies: [ | ||||
11 | dependency('nlohmann_json', include_type: 'system'), | ||||
12 | dependency('phosphor-dbus-interfaces'), | ||||
13 | dependency('phosphor-logging'), | ||||
14 | dependency('sdbusplus'), | ||||
15 | exprtk, | ||||
16 | ], | ||||
17 | install: true, | ||||
18 | install_dir: get_option('libexecdir') / meson.project_name(), | ||||
19 | ) |