Christopher Meis | fc9e7fd | 2025-04-03 13:13:35 +0200 | [diff] [blame] | 1 | executable( |
| 2 | 'entity-manager', |
| 3 | 'entity_manager.cpp', |
| 4 | 'configuration.cpp', |
Christopher Meis | 59ef1e7 | 2025-04-16 08:53:25 +0200 | [diff] [blame] | 5 | 'expression.cpp', |
Christopher Meis | fc9e7fd | 2025-04-03 13:13:35 +0200 | [diff] [blame] | 6 | 'dbus_interface.cpp', |
| 7 | 'perform_scan.cpp', |
| 8 | 'perform_probe.cpp', |
| 9 | 'overlay.cpp', |
| 10 | 'topology.cpp', |
Christopher Meis | 59ef1e7 | 2025-04-16 08:53:25 +0200 | [diff] [blame] | 11 | 'utils.cpp', |
Christopher Meis | fc9e7fd | 2025-04-03 13:13:35 +0200 | [diff] [blame] | 12 | '../utils.cpp', |
| 13 | cpp_args: cpp_args + ['-DBOOST_ASIO_DISABLE_THREADS'], |
| 14 | dependencies: [ |
| 15 | boost, |
| 16 | nlohmann_json_dep, |
| 17 | phosphor_logging_dep, |
| 18 | sdbusplus, |
| 19 | valijson, |
| 20 | ], |
| 21 | install: true, |
| 22 | install_dir: installdir, |
| 23 | ) |
| 24 | |