diff options
| author | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 23:34:31 +0100 | 
|---|---|---|
| committer | Olivier Gayot <olivier.gayot@sigexec.com> | 2023-02-11 23:34:31 +0100 | 
| commit | 34500f10c7a306103ef8e38fb29f64e90c9ab122 (patch) | |
| tree | 63a86759707b9efb49d31a0d809d03ae72f6cf7c | |
| parent | dfe4936d0ea3ca121ad85b6ffd0b6fba68f9f7cf (diff) | |
Also install images
Signed-off-by: Olivier Gayot <olivier.gayot@sigexec.com>
| -rw-r--r-- | meson.build | 2 | 
1 files changed, 2 insertions, 0 deletions
| diff --git a/meson.build b/meson.build index 34e85a0..cc25b39 100644 --- a/meson.build +++ b/meson.build @@ -18,3 +18,5 @@ executable('camelsweeper', src_camelsweeper,    include_directories: ['include'],    dependencies: deps_camelsweeper,    install: true) + +install_subdir('img', install_dir: get_option('datadir') / 'camelsweeper') | 
