blob: 1558de6a1aefefb61552ab7068745d0b7985305b [file] [log] [blame]
cold_redundancy = executable(
'cold-redundancy',
'redundancy_main.cpp',
'cold_redundancy.cpp',
'util.cpp',
dependencies: [
phosphor_dbus_interfaces,
phosphor_logging,
sdbusplus,
systemd,
pthread,
],
include_directories: [
'.',
'..',
],
install: false,
)