From 5675bc8cf5c0ba1c1d522ff0961d4c67dc44f961 Mon Sep 17 00:00:00 2001 From: Reinder Feenstra Date: Mon, 20 Oct 2025 12:20:14 +0200 Subject: [PATCH] [client] fix: missing files in CMakeLists --- client/CMakeLists.txt | 1 + 1 file changed, 1 insertion(+) diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index 3ec97f60..1c673f76 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -82,6 +82,7 @@ file(GLOB SOURCES "src/widget/status/*.cpp" "src/widget/throttle/*.hpp" "src/widget/throttle/*.cpp" + "src/widget/tile/*.cpp" "src/wizard/*.hpp" "src/wizard/*.cpp" "src/wizard/page/*.hpp"