From 2e699d04ad816a401fb481a619e9a3b13dbb9a5e Mon Sep 17 00:00:00 2001 From: Keuin Date: Sat, 21 Jan 2023 01:31:05 +0800 Subject: Parse CLI arguments with `https://github.com/skeeto/optparse` --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'CMakeLists.txt') diff --git a/CMakeLists.txt b/CMakeLists.txt index 450b881..e6a8246 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 netcheck.c netcheck.h validate.c validate.h) +add_executable(netmon netmon.c logging.c logging.h netcheck.c netcheck.h validate.c validate.h optparse.h) -- cgit v1.2.3