add: CgiHandle class

This commit is contained in:
Talyx
2022-02-10 19:27:45 +03:00
parent 9b3b3bebca
commit 586ada6f15
6 changed files with 288 additions and 12 deletions

View File

@@ -15,7 +15,7 @@ CPPFLAGS += -MD -MP
SRC = $(wildcard ./src/*.cpp)
SRC += $(wildcard ./src/*/*.cpp)
INCLUDES = ./includes/ -I src/Autoindex -I src/config -I src/Client -I src/Server
INCLUDES = ./includes/ -I src/Autoindex -I src/config -I src/Client -I src/Server -I src/CGI
OBJ = $(SRC:.cpp=.o)