summaryrefslogtreecommitdiff
path: root/plugins/warp/ui/CMakeLists.txt
diff options
context:
space:
mode:
authorMason Reed <mason@vector35.com>2025-08-26 23:59:38 -0400
committerMason Reed <mason@vector35.com>2025-10-01 21:38:39 -0400
commitede39aee7e00c40a43b67ca18dd8ab80ee863d85 (patch)
tree67c5eda347ece2282e3c888f38066b496e06dec8 /plugins/warp/ui/CMakeLists.txt
parenta1c46813e7f279aa4cfdb9dbb91c45b559ebeacd (diff)
[WARP] Enhanced network support
Diffstat (limited to 'plugins/warp/ui/CMakeLists.txt')
-rw-r--r--plugins/warp/ui/CMakeLists.txt5
1 files changed, 4 insertions, 1 deletions
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)