Skip to content

Commit 965ac7d

Browse files
committed
Added json support and base funcs for server.cpp
1 parent b33e923 commit 965ac7d

File tree

3 files changed

+24700
-478
lines changed

3 files changed

+24700
-478
lines changed

examples/server/CMakeLists.txt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
set(TARGET server)
2-
add_executable(${TARGET} server.cpp httplib.h)
2+
add_executable(${TARGET} server.cpp httplib.h json.hpp)
33

44
include(DefaultTargetOptions)
55

0 commit comments

Comments
 (0)