From 5651bc231389ebfa05e3750a431b33c28f4ed205 Mon Sep 17 00:00:00 2001 From: Keuin Date: Wed, 29 Dec 2021 23:57:56 +0800 Subject: Move `check_network` to separate files. --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 67e49f9..efdf954 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,4 +4,4 @@ project(netmon C) set(CMAKE_C_STANDARD 99) add_compile_definitions(DEBUG) -add_executable(netmon netmon.c logging.c logging.h) +add_executable(netmon netmon.c logging.c logging.h netcheck.c netcheck.h) -- cgit v1.2.3