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