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        boost,
13    ],
14    include_directories: [
15        '.',
16        '..',
17    ],
18    install: false,
19)
20