Lei YU | 6505e9d | 2020-09-21 17:34:32 +0800 | [diff] [blame^] | 1 | src_inc = include_directories('.') |
2 | |||||
3 | shared_library( | ||||
4 | 'inspur-ipmi-oem', | ||||
5 | 'inspur_oem.cpp', | ||||
6 | dependencies: [ | ||||
7 | phosphor_dbus_interfaces, | ||||
8 | phosphor_logging, | ||||
9 | libipmid, | ||||
10 | ], | ||||
11 | install: true, | ||||
12 | install_dir: get_option('libdir') / 'ipmid-providers' | ||||
13 | ) |