blob: 622cf53d8ee1d61f1542f3539fab1bd77d379926 [file] [log] [blame]
Christopher Meisfc9e7fd2025-04-03 13:13:35 +02001executable(
2 'entity-manager',
3 'entity_manager.cpp',
4 'configuration.cpp',
Christopher Meis59ef1e72025-04-16 08:53:25 +02005 'expression.cpp',
Christopher Meisfc9e7fd2025-04-03 13:13:35 +02006 'dbus_interface.cpp',
7 'perform_scan.cpp',
8 'perform_probe.cpp',
9 'overlay.cpp',
10 'topology.cpp',
Christopher Meis59ef1e72025-04-16 08:53:25 +020011 'utils.cpp',
Christopher Meisfc9e7fd2025-04-03 13:13:35 +020012 '../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