1
0
mirror of https://github.com/pocoproject/poco.git synced 2025-03-21 21:18:35 +01:00

6 lines
250 B
CMake
Raw Permalink Normal View History

2022-05-20 14:51:20 -07: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)