project(sample_client CXX) add_executable(${PROJECT_NAME} src/client.cpp ) target_link_libraries(${PROJECT_NAME} PRIVATE library )