diff options
| author | Dima Krasner <dima@dimakrasner.com> | 2023-11-06 20:15:15 +0200 |
|---|---|---|
| committer | Felix Queißner <felix@ib-queissner.de> | 2023-11-09 08:20:12 +0100 |
| commit | 64fd9d748460a63fa3d6c66000025c930df76183 (patch) | |
| tree | d820b0f574b3323c2848b1956ae951d56f2d2886 | |
| parent | 1a45619461fd6cb6c073695e7ae6a9e07aa445d7 (diff) | |
fix build with cmake
| -rw-r--r-- | CMakeLists.txt | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt index 2a87adf..d2658e0 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -75,6 +75,7 @@ set(PROJECT_SOURCES src/protocols/fingerclient.cpp src/protocols/geminiclient.cpp src/protocols/gopherclient.cpp + src/protocols/guppyclient.cpp src/protocols/webclient.cpp src/protocolsetup.cpp src/renderers/geminirenderer.cpp |
