Skip to content

Commit bd6fdce

Browse files
Copilotericcurtin
andcommitted
Refactor server.cpp: Create modular file structure with headers and basic implementations
Co-authored-by: ericcurtin <[email protected]>
1 parent a063a32 commit bd6fdce

File tree

10 files changed

+3460
-1
lines changed

10 files changed

+3460
-1
lines changed

tools/server/CMakeLists.txt

Lines changed: 9 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,15 @@ if (MINGW)
1010
endif()
1111

1212
set(TARGET_SRCS
13-
server.cpp
13+
main.cpp
14+
server_app.hpp
15+
server_app.cpp
16+
http_routes.hpp
17+
http_routes.cpp
18+
model_utils.hpp
19+
model_utils.cpp
20+
json_utils.hpp
21+
json_utils.cpp
1422
utils.hpp
1523
)
1624
set(PUBLIC_ASSETS

0 commit comments

Comments
 (0)