make sure meson can install wom
This commit is contained in:
parent
be5007d57c
commit
fbd9e00c71
1 changed files with 2 additions and 1 deletions
|
|
@ -44,7 +44,8 @@ executable('wom', srcfiles,
|
||||||
|
|
||||||
static_library('log.c', 'lib/log.c/src/log.c',
|
static_library('log.c', 'lib/log.c/src/log.c',
|
||||||
include_directories: 'lib/log.c/src'),
|
include_directories: 'lib/log.c/src'),
|
||||||
]
|
],
|
||||||
|
install: true
|
||||||
)
|
)
|
||||||
install_data('completions/_wom.zsh',
|
install_data('completions/_wom.zsh',
|
||||||
install_dir: '/usr/local/share/zsh/site-functions/'
|
install_dir: '/usr/local/share/zsh/site-functions/'
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue