aboutsummaryrefslogtreecommitdiffhomepage
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorVaxry <[email protected]>2024-04-23 01:27:08 +0100
committerVaxry <[email protected]>2024-04-23 01:28:27 +0100
commit7778f01194d84fae18827fd338299dd7482ef7c5 (patch)
tree83a79ec195485ecf963874367c630ebf778361ba /CMakeLists.txt
parentda839f20f1b1a57ec78d6b041f8d1369150d253e (diff)
downloadHyprland-7778f01194d84fae18827fd338299dd7482ef7c5.tar.gz
Hyprland-7778f01194d84fae18827fd338299dd7482ef7c5.zip
managers: Add a TokenManager
Diffstat (limited to 'CMakeLists.txt')
-rwxr-xr-xCMakeLists.txt1
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)