diff options
author | Vaxry <[email protected]> | 2024-04-23 01:27:08 +0100 |
---|---|---|
committer | Vaxry <[email protected]> | 2024-04-23 01:28:27 +0100 |
commit | 7778f01194d84fae18827fd338299dd7482ef7c5 (patch) | |
tree | 83a79ec195485ecf963874367c630ebf778361ba /CMakeLists.txt | |
parent | da839f20f1b1a57ec78d6b041f8d1369150d253e (diff) | |
download | Hyprland-7778f01194d84fae18827fd338299dd7482ef7c5.tar.gz Hyprland-7778f01194d84fae18827fd338299dd7482ef7c5.zip |
managers: Add a TokenManager
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-x | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index d8aed5f2..d45600cf 100755 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -247,6 +247,7 @@ target_link_libraries(Hyprland OpenGL::GL Threads::Threads libudis86 + uuid ) protocol("protocols/idle.xml" "idle" true) |