poco/NetSSL_OpenSSL/samples/SetSourceIP/CMakeLists.txt

6 lines
250 B
CMake
Raw Normal View History

2022-05-20 23:51:20 +02:00
add_executable(SetSourceIP src/SetSourceIP.cpp)
target_link_libraries(SetSourceIP PUBLIC Poco::NetSSL Poco::Crypto Poco::Util Poco::Net Poco::XML Poco::Foundation)
# uncomment following line, might solve compiling issues
#set(CMAKE_CXX_STANDARD 11)