blob: 4fd465e988975830aa5cf2ccd3f7bd658567a220 [file] [log] [blame]
Cheng C Yange83604b2020-01-09 09:41:47 +08001cold_redundancy = executable(
2 'cold-redundancy',
3 'redundancy_main.cpp',
4 'cold_redundancy.cpp',
5 'util.cpp',
6 dependencies: [
Patrick Williams888bebd2023-05-31 19:19:49 -05007 boost,
8 nlohmann_json_dep,
Cheng C Yange83604b2020-01-09 09:41:47 +08009 phosphor_dbus_interfaces,
10 phosphor_logging,
Patrick Williams888bebd2023-05-31 19:19:49 -050011 pthread,
Cheng C Yange83604b2020-01-09 09:41:47 +080012 sdbusplus,
13 systemd,
Cheng C Yange83604b2020-01-09 09:41:47 +080014 ],
15 include_directories: [
16 '.',
17 '..',
18 ],
19 install: false,
20)