Доделано много всего, рабочяя прога, есть проблемы с обработки корнегово каталога. Также не сделан генератор JSON

This commit is contained in:
Arseniy Romenskiy 2025-06-15 00:21:14 +03:00
parent c7ab113745
commit 42610bdb02
32 changed files with 3580 additions and 82942 deletions

View file

@ -2,7 +2,7 @@ cmake_minimum_required(VERSION 3.0)
project(webdisk_c LANGUAGES C)
add_executable(webdisk_c main.c)
add_executable(webdisk_c main.c cJSON/cJSON.c)
set (CMAKE_C_FLAGS "-O3")
install(TARGETS webdisk_c RUNTIME DESTINATION bin)