From ede39aee7e00c40a43b67ca18dd8ab80ee863d85 Mon Sep 17 00:00:00 2001 From: Mason Reed Date: Tue, 26 Aug 2025 23:59:38 -0400 Subject: [WARP] Enhanced network support --- plugins/warp/ui/CMakeLists.txt | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'plugins/warp/ui/CMakeLists.txt') diff --git a/plugins/warp/ui/CMakeLists.txt b/plugins/warp/ui/CMakeLists.txt index c3e5bcf6..88cc6a60 100644 --- a/plugins/warp/ui/CMakeLists.txt +++ b/plugins/warp/ui/CMakeLists.txt @@ -9,7 +9,10 @@ file(GLOB SOURCES CONFIGURE_DEPENDS shared/misc.cpp shared/misc.h shared/constraint.cpp shared/constraint.h shared/function.cpp shared/function.h - shared/container.cpp shared/container.h) + containers.cpp containers.h + shared/search.cpp shared/search.h + shared/fetcher.cpp shared/fetcher.h + shared/fetchdialog.cpp shared/fetchdialog.h) set(CMAKE_AUTOMOC ON) set(CMAKE_AUTORCC ON) -- cgit v1.3.1