examples: add empty meson files for unsupported ones
authorBruce Richardson <bruce.richardson@intel.com>
Thu, 29 Mar 2018 13:54:31 +0000 (14:54 +0100)
committerBruce Richardson <bruce.richardson@intel.com>
Tue, 17 Apr 2018 14:09:43 +0000 (16:09 +0200)
commite89335c0f880b7631c565d283cb5c565b3146383
tree1a4caf9380436f9c6581fea2d572d12a2b886549
parent629dbf2aa37a070dede337acf273e11a25e96001
examples: add empty meson files for unsupported ones

A number of example apps are not supported by the meson build system yet,
but to allow future testing with "-Dexamples=all" we add in a placeholder
meson.build file indicating that the apps should not be built.

Signed-off-by: Bruce Richardson <bruce.richardson@intel.com>
Tested-by: Harry van Haaren <harry.van.haaren@intel.com>
examples/ethtool/meson.build [new file with mode: 0644]
examples/multi_process/meson.build [new file with mode: 0644]
examples/netmap_compat/meson.build [new file with mode: 0644]
examples/performance-thread/meson.build [new file with mode: 0644]
examples/quota_watermark/meson.build [new file with mode: 0644]
examples/server_node_efd/meson.build [new file with mode: 0644]
examples/vm_power_manager/meson.build [new file with mode: 0644]