1cold_redundancy = executable( 2 'cold-redundancy', 3 'redundancy_main.cpp', 4 'cold_redundancy.cpp', 5 'util.cpp', 6 dependencies: [ 7 boost, 8 nlohmann_json_dep, 9 phosphor_dbus_interfaces, 10 phosphor_logging, 11 pthread, 12 sdbusplus, 13 systemd, 14 ], 15 include_directories: [ 16 '.', 17 '..', 18 ], 19 install: false, 20) 21