xref: /openbmc/phosphor-power/cold-redundancy/meson.build (revision 386d33fff72fadce4df1394f1a283d4e5c5f118c)
1cold_redundancy = executable(
2    'cold-redundancy',
3    'redundancy_main.cpp',
4    'cold_redundancy.cpp',
5    'util.cpp',
6    dependencies: [
7        phosphor_dbus_interfaces,
8        phosphor_logging,
9        sdbusplus,
10        systemd,
11        pthread,
12    ],
13    include_directories: [
14        '.',
15        '..',
16    ],
17    install: false,
18)
19