aboutsummaryrefslogtreecommitdiffhomepage
path: root/hyprctl
diff options
context:
space:
mode:
authorvaxerski <[email protected]>2022-06-20 13:56:58 +0100
committerGitHub <[email protected]>2022-06-20 13:56:58 +0100
commitf5f531562bdd2e935017b5400bd3b4ae5f89b54b (patch)
tree9a15227a0c294fae067ea515384afecb14473621 /hyprctl
parentf7bdc2e87020ea7308035bceaa2ab659af91d2de (diff)
parent7c3626f15ed25b1d9eb4c14f7e4f887fab2ab62a (diff)
downloadHyprland-f5f531562bdd2e935017b5400bd3b4ae5f89b54b.tar.gz
Hyprland-f5f531562bdd2e935017b5400bd3b4ae5f89b54b.zip
Merge pull request #205 from sp1ritCS/meson
Added meson buildfiles
Diffstat (limited to 'hyprctl')
-rw-r--r--hyprctl/meson.build3
1 files changed, 3 insertions, 0 deletions
diff --git a/hyprctl/meson.build b/hyprctl/meson.build
new file mode 100644
index 00000000..2b941d6d
--- /dev/null
+++ b/hyprctl/meson.build
@@ -0,0 +1,3 @@
+executable('hyprctl', 'main.cpp',
+ install: true
+)