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 ad8a3b4 commit ebf3900Copy full SHA for ebf3900
Release/src/CMakeLists.txt
@@ -272,6 +272,9 @@ if(CPPREST_INSTALL)
272
if(TARGET cpprestsdk_openssl_internal)
273
list(APPEND CPPREST_TARGETS cpprestsdk_openssl_internal)
274
endif()
275
+ if(TARGET cpprestsdk_websocketpp_internal)
276
+ list(APPEND CPPREST_TARGETS cpprestsdk_websocketpp_internal)
277
+ endif()
278
install(
279
TARGETS ${CPPREST_TARGETS}
280
EXPORT cpprestsdk-targets
0 commit comments