add meson install files

This commit is contained in:
Tony Crisci 2017-11-30 08:31:13 -05:00
parent cc310cffb0
commit 2f3633433e
5 changed files with 68 additions and 14 deletions

View file

@ -26,5 +26,6 @@ executable(
sway_sources,
include_directories: [sway_inc],
dependencies: sway_deps,
link_with: [lib_sway_common]
link_with: [lib_sway_common],
install: true
)