blob: 3f2f8b8b2373f6ee22acb6bad4bf59be52416d88 [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,
Patrick Williamsdf2f4cb2024-09-03 16:19:04 -04008 libsystemd_dep,
Patrick Williams888bebd2023-05-31 19:19:49 -05009 nlohmann_json_dep,
Cheng C Yange83604b2020-01-09 09:41:47 +080010 phosphor_dbus_interfaces,
11 phosphor_logging,
Patrick Williams888bebd2023-05-31 19:19:49 -050012 pthread,
Cheng C Yange83604b2020-01-09 09:41:47 +080013 sdbusplus,
Cheng C Yange83604b2020-01-09 09:41:47 +080014 ],
15 include_directories: [
16 '.',
17 '..',
18 ],
19 install: false,
20)