You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
5 lines
183 B
CMake
5 lines
183 B
CMake
![]()
7 years ago
|
add_executable(rest_book_client main.cc)
|
||
![]()
7 years ago
|
|
||
![]()
7 years ago
|
target_link_libraries(rest_book_client webcc jsoncpp ${Boost_LIBRARIES})
|
||
![]()
7 years ago
|
target_link_libraries(rest_book_client "${CMAKE_THREAD_LIBS_INIT}")
|