Merge pull request #205 from sp1ritCS/meson

Added meson buildfiles
This commit is contained in:
vaxerski 2022-06-20 13:56:58 +01:00 committed by GitHub
commit f5f531562b
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 215 additions and 63 deletions

3
hyprctl/meson.build Normal file
View file

@ -0,0 +1,3 @@
executable('hyprctl', 'main.cpp',
install: true
)