summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--CMakeLists.txt3
1 files changed, 2 insertions, 1 deletions
diff --git a/CMakeLists.txt b/CMakeLists.txt
index c875fa8..2ca0483 100644
--- a/CMakeLists.txt
+++ b/CMakeLists.txt
@@ -1,3 +1,4 @@
project(tcp-forwarder)
-add_executable(tcpf main.c) \ No newline at end of file
+add_executable(tcpf main.c)
+add_library(tcpf submodule/log.c-patched/src/log.c) \ No newline at end of file