diff options
author | fadhil riyanto <me@fadev.org> | 2024-09-24 09:26:38 +0700 |
---|---|---|
committer | fadhil riyanto <me@fadev.org> | 2024-09-24 09:26:38 +0700 |
commit | 66f581396e70098e13fafcc20f26f1b2a76f35e4 (patch) | |
tree | 2789d93f41ab31b88eeb075ad3107f23aca4f14f | |
parent | 3634d33ab5b48535b850bc21652d1ea3a2d7be6c (diff) |
add log.c
-rw-r--r-- | CMakeLists.txt | 3 |
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 |