Skip to content

Commit ebf3900

Browse files
committed
Export websocketpp interface forwarder when available.
1 parent ad8a3b4 commit ebf3900

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

Release/src/CMakeLists.txt

+3
Original file line numberDiff line numberDiff line change
@@ -272,6 +272,9 @@ if(CPPREST_INSTALL)
272272
if(TARGET cpprestsdk_openssl_internal)
273273
list(APPEND CPPREST_TARGETS cpprestsdk_openssl_internal)
274274
endif()
275+
if(TARGET cpprestsdk_websocketpp_internal)
276+
list(APPEND CPPREST_TARGETS cpprestsdk_websocketpp_internal)
277+
endif()
275278
install(
276279
TARGETS ${CPPREST_TARGETS}
277280
EXPORT cpprestsdk-targets

0 commit comments

Comments
 (0)