From f329180197aa0a0d23fb3662cec53755f19cd856 Mon Sep 17 00:00:00 2001 From: gandc Date: Thu, 27 Feb 2025 20:28:24 +0300 Subject: [PATCH] Update CmakeLists --- CMakeLists.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/CMakeLists.txt b/CMakeLists.txt index 1bee815..3258e84 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -1,4 +1,4 @@ cmake_minimum_required(VERSION 3.10) project(ConsoleUtility C) set(CMAKE_C_STANDARD 99) -add_executable(console_utility src/main.c src/users.c src/processes.c src/logging.c src/error_handling.c) \ No newline at end of file +add_executable(console_utility src/main.c src/users.c src/processes.c src/file_handling.c) \ No newline at end of file