summaryrefslogtreecommitdiffstats
path: root/CMakeLists.txt
diff options
context:
space:
mode:
authorMalfurious <m@lfurio.us>2024-10-25 03:34:18 -0400
committerMalfurious <m@lfurio.us>2024-10-25 03:34:18 -0400
commita86c2daf3d9958c838c55950a53b4a1d6d99f3d1 (patch)
tree80660a9a058033f475c49cc71c4f18ae7cca14ac /CMakeLists.txt
parent512aa4c77b3dc0d72db713a9215ff65a98a99ec3 (diff)
parent8455d3e9256bff8d4f74b3606347522ea6c381ca (diff)
downloadcompass-a86c2daf3d9958c838c55950a53b4a1d6d99f3d1.tar.gz
compass-a86c2daf3d9958c838c55950a53b4a1d6d99f3d1.zip
Merge branch 'remove-network'
* remove-network: Remove remote-host and port options Remove Socket class
Diffstat (limited to 'CMakeLists.txt')
-rw-r--r--CMakeLists.txt1
1 files changed, 0 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index e0fd0a8..263cd58 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -13,7 +13,6 @@ add_executable(compass
Help.cpp
Keychain.cpp
Options.cpp
- Socket.cpp
)
target_link_libraries(compass mbedtls)