summaryrefslogblamecommitdiffstats
path: root/contrib/rdmacm-mux/meson.build
blob: 6cc5016747684fd5e144d31f257b7547c8b06154 (plain) (tree)
1
2
3
4
5
6
7
8
9








                                                     
if 'CONFIG_PVRDMA' in config_host
  # if not found, CONFIG_PVRDMA should not be set
  # FIXME: broken on big endian architectures
  libumad = cc.find_library('ibumad', required: true)
  executable('rdmacm-mux', files('main.c'),
             dependencies: [glib, libumad],
             build_by_default: false,
             install: false)
endif