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