VWeb/Source/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

15 lines
308 B
CMake

add_sources(
EPollManager.cpp
RequestHandler.cpp
Server.cpp
SocketManager.cpp
ThreadPool.cpp
Router.cpp
MiddleWare.cpp
Route.cpp
StringUtils.cpp
Cookie.cpp
Session.cpp
Response.cpp
InbuildMiddleWare.cpp
)