blob: 005a0d05a5587fc82e07b1ea9b17999aa6ad57f1 [file] [log] [blame]
Christopher Meisfc9e7fd2025-04-03 13:13:35 +02001executable(
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