From 0750e952c4695d95657d0b598d5b7d17379335fc Mon Sep 17 00:00:00 2001 From: Epagris Date: Tue, 23 Apr 2024 23:35:38 +0200 Subject: [PATCH] - FTP files added --- CMakeLists.txt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/CMakeLists.txt b/CMakeLists.txt index 25d097f..c6bc336 100644 --- a/CMakeLists.txt +++ b/CMakeLists.txt @@ -4,6 +4,8 @@ target_sources( apps/http_server.c apps/http_server.h + apps/ftp_server.c + apps/ftp_server.h prefab/conn_blocks/arp_connblock.c prefab/conn_blocks/arp_connblock.h