xref: /openbmc/entity-manager/src/meson.build (revision 4e1142d6f418f48ea260132ebb5a4995b2310c90)
1cpp_args = boost_args + ['-DPACKAGE_DIR="' + packagedir + '/"']
2cpp_args += ['-DSYSCONF_DIR="' + sysconfdir + '/"']
3installdir = join_paths(get_option('libexecdir'), 'entity-manager')
4
5subdir('entity_manager')
6
7if get_option('fru-device')
8    subdir('fru_device')
9endif
10
11if get_option('devicetree-vpd')
12    subdir('devicetree_vpd_parser')
13endif
14
15if get_option('gpio-presence')
16    subdir('gpio-presence')
17endif
18