blob: 259568240ebd8e56349181c269c28fcb37f49ef6 [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,
Andrew Geissler89283d12020-05-30 23:17:07 -050012 boost,
Cheng C Yange83604b2020-01-09 09:41:47 +080013 ],
14 include_directories: [
15 '.',
16 '..',
17 ],
18 install: false,
19)