blob: 1558de6a1aefefb61552ab7068745d0b7985305b [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: [
7 phosphor_dbus_interfaces,
8 phosphor_logging,
9 sdbusplus,
10 systemd,
11 pthread,
12 ],
13 include_directories: [
14 '.',
15 '..',
16 ],
17 install: false,
18)