mirror of
https://github.com/pocoproject/poco.git
synced 2025-06-05 14:10:49 +02:00
6 lines
242 B
CMake
6 lines
242 B
CMake
add_executable(SetSourceIP src/SetSourceIP.cpp)
|
|
target_link_libraries(SetSourceIP PUBLIC Poco::NetSSL Poco::Crypto Poco::Util Poco::Net Poco::XML Poco::Foundation)
|
|
if(MSVC)
|
|
target_link_libraries(SetSourceIP PRIVATE OpenSSL::applink)
|
|
endif()
|