build: add install: true to executable in meson.build

main
Pavol Rusnak 2018-12-04 12:06:22 +01:00
parent abb0bfc923
commit 4ec09e6f6e
No known key found for this signature in database
GPG Key ID: 91F3B339B9A02A3D
1 changed files with 1 additions and 0 deletions

View File

@ -39,4 +39,5 @@ endforeach
# compile the main project
executable('luppp', luppp_src + [version_hxx],
install: true,
dependencies: deps)