X-Git-Url: http://git.droids-corp.org/?p=protos%2Flibecoli.git;a=blobdiff_plain;f=examples%2Fparse-yaml%2Fmeson.build;h=d6605c98e8bae4823e47197ebfa826f67ddaca3f;hp=118fdc3ca4f0d235f3428cc10788dcafc5b58939;hb=bfc32eb38d93d86ce294ede5527bcbb34db5dd78;hpb=c79720566c13a561015870d358822801f319b732 diff --git a/examples/parse-yaml/meson.build b/examples/parse-yaml/meson.build index 118fdc3..d6605c9 100644 --- a/examples/parse-yaml/meson.build +++ b/examples/parse-yaml/meson.build @@ -13,3 +13,7 @@ ecoli_parse_yaml = executable( include_directories : inc, link_with : libecoli, dependencies: [yaml_dep, edit_dep]) + +install_data( + 'parse-yaml.sh', + install_dir : get_option('bindir'))