From 66f581396e70098e13fafcc20f26f1b2a76f35e4 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Tue, 24 Sep 2024 09:26:38 +0700 Subject: add log.c --- CMakeLists.txt | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'CMakeLists.txt') 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 -- cgit v1.2.3