VWeb/Includes/CMakeLists.txt
Maurice Grönwoldt 5bb68a7d02 Split VWeb into smaller headers
We have no make install support... so we don't need to have everything as a single-header and lib file.
2023-09-16 16:29:03 +02:00

24 lines
443 B
CMake

add_headers(
Cookie.h
EPollManager.h
Http.h
Map.h
MiddleWare.h
MiddleWareHandler.h
ParameterValue.h
PreMiddleWare.h
Queue.h
Request.h
RequestHandler.h
Response.h
Route.h
Router.h
Server.h
ServerConfig.h
Session.h
Socket.h
SocketManager.h
ThreadPool.h
Types.h
VWeb.h
)