File tree Expand file tree Collapse file tree
modules/openapi-generator/src/main/resources/cpp-oatpp-server
samples/server/petstore/cpp-oatpp Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -31,7 +31,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
3131
3232{ {#addExternalLibs} }add_dependencies(${ PROJECT_NAME} OATPP)
3333if(WIN32)
34- target_link_libraries(${ PROJECT_NAME} ${ EXTERNAL_INSTALL_LOCATION} /lib/oatpp-1.3.0/liboatpp .lib)
34+ target_link_libraries(${ PROJECT_NAME} ${ EXTERNAL_INSTALL_LOCATION} /lib/oatpp-1.3.0/oatpp .lib)
3535else()
3636target_link_libraries(${ PROJECT_NAME} ${ EXTERNAL_INSTALL_LOCATION} /lib/oatpp-1.3.0/liboatpp.a)
3737endif(WIN32){ {/addExternalLibs} }
Original file line number Diff line number Diff line change @@ -29,7 +29,7 @@ target_compile_features(${PROJECT_NAME} PRIVATE cxx_std_17)
2929
3030add_dependencies (${PROJECT_NAME} OATPP )
3131if (WIN32 )
32- target_link_libraries (${PROJECT_NAME} ${EXTERNAL_INSTALL_LOCATION} /lib/oatpp-1.3.0/liboatpp .lib )
32+ target_link_libraries (${PROJECT_NAME} ${EXTERNAL_INSTALL_LOCATION} /lib/oatpp-1.3.0/oatpp .lib )
3333else ()
3434target_link_libraries (${PROJECT_NAME} ${EXTERNAL_INSTALL_LOCATION} /lib/oatpp-1.3.0/liboatpp.a )
3535endif (WIN32 )
You can’t perform that action at this time.
0 commit comments