diff options
| author | Mason Reed <mason@vector35.com> | 2025-08-26 23:59:38 -0400 |
|---|---|---|
| committer | Mason Reed <mason@vector35.com> | 2025-10-01 21:38:39 -0400 |
| commit | ede39aee7e00c40a43b67ca18dd8ab80ee863d85 (patch) | |
| tree | 67c5eda347ece2282e3c888f38066b496e06dec8 /plugins/warp/ui/CMakeLists.txt | |
| parent | a1c46813e7f279aa4cfdb9dbb91c45b559ebeacd (diff) | |
[WARP] Enhanced network support
Diffstat (limited to 'plugins/warp/ui/CMakeLists.txt')
| -rw-r--r-- | plugins/warp/ui/CMakeLists.txt | 5 |
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) |
