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.
8 lines
232 B
CMake
8 lines
232 B
CMake
![]()
7 years ago
|
set(SRCS calc_client.cc calc_client.h main.cc)
|
||
![]()
7 years ago
|
|
||
|
add_executable(soap_calc_client ${SRCS})
|
||
|
|
||
![]()
7 years ago
|
target_link_libraries(soap_calc_client webcc pugixml ${Boost_LIBRARIES})
|
||
|
target_link_libraries(soap_calc_client "${CMAKE_THREAD_LIBS_INIT}")
|
||
|
|