blob: 3f2f8b8b2373f6ee22acb6bad4bf59be52416d88 [file] [log] [blame]
cold_redundancy = executable(
'cold-redundancy',
'redundancy_main.cpp',
'cold_redundancy.cpp',
'util.cpp',
dependencies: [
boost,
libsystemd_dep,
nlohmann_json_dep,
phosphor_dbus_interfaces,
phosphor_logging,
pthread,
sdbusplus,
],
include_directories: [
'.',
'..',
],
install: false,
)