diff options
author | lonkaars <loek@pipeframe.xyz> | 2024-05-20 13:47:37 +0200 |
---|---|---|
committer | lonkaars <loek@pipeframe.xyz> | 2024-05-20 13:47:37 +0200 |
commit | db8906d54cd9afbc57f0b40a0d618335c552f704 (patch) | |
tree | 86f6365f3770c02e1c9a772f338b20553dc6e454 /client/CMakeLists.txt | |
parent | 27c8d89359b8d5e97c4c23ff464d5f3de7279709 (diff) |
back-and-forth in C++ w/o netcat
Diffstat (limited to 'client/CMakeLists.txt')
-rw-r--r-- | client/CMakeLists.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/CMakeLists.txt b/client/CMakeLists.txt index e4990d7..cae0111 100644 --- a/client/CMakeLists.txt +++ b/client/CMakeLists.txt @@ -10,7 +10,7 @@ include(../proto/include.cmake) add_executable(main main.cpp - rl.c + rl.cpp sock.cpp ) |