fix build option issues; refine cmake
This commit is contained in:
@@ -1,8 +1,8 @@
|
||||
set(SRCS
|
||||
book.cc
|
||||
book.h
|
||||
book_json.cc
|
||||
book_json.h
|
||||
book.cc
|
||||
book.h
|
||||
book_json.cc
|
||||
book_json.h
|
||||
book_client.cc
|
||||
book_client.h
|
||||
main.cc
|
||||
@@ -10,3 +10,4 @@ set(SRCS
|
||||
|
||||
add_executable(book_client ${SRCS})
|
||||
target_link_libraries(book_client ${EXAMPLE_LIBS} jsoncpp)
|
||||
set_target_properties(book_client PROPERTIES FOLDER "Examples")
|
||||
|
||||
Reference in New Issue
Block a user