blob: 259568240ebd8e56349181c269c28fcb37f49ef6 [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,
boost,
],
include_directories: [
'.',
'..',
],
install: false,
)