diff options
author | eldritch horrors <pennae@lix.systems> | 2024-03-29 17:24:16 +0100 |
---|---|---|
committer | eldritch horrors <pennae@lix.systems> | 2024-03-29 20:10:33 +0000 |
commit | e28dc26084f5dc65de564a6e4dddf13a239444fd (patch) | |
tree | fae83dc7ad9e71d993988f311215698270d2c0f4 /meson.build | |
parent | 1da1f501fcf9384e9cc15405b041f3dd9bb2a51a (diff) |
meson: install shell files
Change-Id: I7c30690e5763d095cf7444333f7b687509051c5f
Diffstat (limited to 'meson.build')
-rw-r--r-- | meson.build | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/meson.build b/meson.build index ca250ce99..eaa5aa348 100644 --- a/meson.build +++ b/meson.build @@ -354,13 +354,10 @@ if get_option('profile-build').require(meson.get_compiler('cpp').get_id() == 'cl endif subdir('src') +subdir('scripts') +subdir('misc') if enable_tests - # Just configures `scripts/nix-profile.sh.in` (and copies the original to the build directory). - # Done as a subdirectory to convince Meson to put the configured files - # in `build/scripts` instead of just `build`. - subdir('scripts') - subdir('tests/unit') subdir('tests/functional') endif |