We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 689d412 commit 2ab1cbdCopy full SHA for 2ab1cbd
2 files changed
modules/openapi-generator/src/main/resources/cpp-oatpp-server/cmake.mustache
@@ -34,4 +34,5 @@ if(WIN32)
34
target_link_libraries(${PROJECT_NAME} ${EXTERNAL_INSTALL_LOCATION}/lib/oatpp-1.3.0/oatpp.lib)
35
else()
36
target_link_libraries(${PROJECT_NAME} ${EXTERNAL_INSTALL_LOCATION}/lib/oatpp-1.3.0/liboatpp.a)
37
+target_link_libraries(${PROJECT_NAME} ws2_32)
38
endif(WIN32){{/addExternalLibs}}
samples/server/petstore/cpp-oatpp/CMakeLists.txt
@@ -32,4 +32,5 @@ if(WIN32)
32
33
endif(WIN32)
0 commit comments