From 2641f0c502687164fab8da525d5a07618ff61af2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Miskolczi=20Rich=C3=A1rd?= Date: Tue, 10 Jun 2025 16:47:13 +0200 Subject: [PATCH] Updated CMakeLists --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 7802310..3f18be0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -9,6 +9,8 @@ add_executable(htt src/main.cpp src/HyprlandService.cpp src/Workspace.cpp + src/ShellService.cpp + src/FileService.cpp src/Client.cpp) target_link_libraries(htt PRIVATE nlohmann_json::nlohmann_json) target_include_directories(htt PRIVATE ${CMAKE_CURRENT_SOURCE_DIR})