]> git.droids-corp.org - dpdk.git/blobdiff - meson.build
app/regex: measure performance with precise clock
[dpdk.git] / meson.build
index 61d9a4f5faf525cff98819584a881f3ccb397f28..45d974cd2c488aff6b001e12ea1844298c9e38f3 100644 (file)
@@ -59,6 +59,9 @@ subdir('doc')
 # build any examples explicitly requested - useful for developers - and
 # install any example code into the appropriate install path
 subdir('examples')
+install_subdir('examples',
+       install_dir: get_option('datadir') + '/dpdk',
+       exclude_files: 'meson.build')
 
 # build kernel modules if enabled
 if get_option('enable_kmods')