Rework book server and client.
This commit is contained in:
@@ -0,0 +1,12 @@
|
||||
set(SRCS
|
||||
book.cc
|
||||
book.h
|
||||
book_json.cc
|
||||
book_json.h
|
||||
book_client.cc
|
||||
book_client.h
|
||||
main.cc
|
||||
)
|
||||
|
||||
add_executable(book_client ${SRCS})
|
||||
target_link_libraries(book_client ${EXAMPLE_LIBS} jsoncpp)
|
||||
Reference in New Issue
Block a user