xref: /openbmc/entity-manager/src/meson.build (revision cfc7f4f423c8163c394fbd777afcaf10a835206f)
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