summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorfadhil riyanto <me@fadev.org>2024-09-24 09:26:38 +0700
committerfadhil riyanto <me@fadev.org>2024-09-24 09:26:38 +0700
commit66f581396e70098e13fafcc20f26f1b2a76f35e4 (patch)
tree2789d93f41ab31b88eeb075ad3107f23aca4f14f
parent3634d33ab5b48535b850bc21652d1ea3a2d7be6c (diff)
add log.c
-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