From 5873a7ebe6b21c069d6afc155e33629e26017bf1 Mon Sep 17 00:00:00 2001 From: fadhil riyanto Date: Tue, 24 Sep 2024 08:13:25 +0700 Subject: initial --- CMakeLists.txt | 3 +++ 1 file changed, 3 insertions(+) create mode 100644 CMakeLists.txt (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt new file mode 100644 index 0000000..c875fa8 --- /dev/null +++ b/CMakeLists.txt @@ -0,0 +1,3 @@ +project(tcp-forwarder) + +add_executable(tcpf main.c) \ No newline at end of file -- cgit v1.2.3