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