diff options
author | vaxerski <[email protected]> | 2022-06-20 13:56:58 +0100 |
---|---|---|
committer | GitHub <[email protected]> | 2022-06-20 13:56:58 +0100 |
commit | f5f531562bdd2e935017b5400bd3b4ae5f89b54b (patch) | |
tree | 9a15227a0c294fae067ea515384afecb14473621 /hyprctl | |
parent | f7bdc2e87020ea7308035bceaa2ab659af91d2de (diff) | |
parent | 7c3626f15ed25b1d9eb4c14f7e4f887fab2ab62a (diff) | |
download | Hyprland-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.build | 3 |
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 +) |