CMakeLists.txt 111 B

12
  1. add_executable(Mail-ssl src/Mail.cpp)
  2. target_link_libraries(Mail-ssl PUBLIC Poco::NetSSL Poco::Util Poco::XML)