From e90c35608b86e623163c7520c2971eff36b848f6 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?Martin=20=C5=A0toura=C4=8D?= <525032@mail.muni.cz>
Date: Tue, 21 May 2024 16:53:17 +0200
Subject: [PATCH] fix linux compile

---
 src/CMakeLists.txt | 2 ++
 1 file changed, 2 insertions(+)

diff --git a/src/CMakeLists.txt b/src/CMakeLists.txt
index cfd09bd..8184555 100644
--- a/src/CMakeLists.txt
+++ b/src/CMakeLists.txt
@@ -21,6 +21,8 @@ set(ROFIBOTS_LIBRARIES_TO_LINK_WITH
     common
     controls
     edit
+    gfx
+    filein
     algo
     rofi
     )
-- 
GitLab