1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-04-19 01:04:16 +03:00

Set cmake var proxygen_LIBRARIES so other dependencies like MOQ can access those libs

Summary: - Publish the CMake var `proxygen_LIBRARIES` so other dependencies like MOQ can access those libs in a clean way

Reviewed By: lnicco

Differential Revision: D56689826

fbshipit-source-id: ee456f8f0c1d730e1bf2a53c89f0a1bfb6891570
This commit is contained in:
Jordi Cenzano Ferret 2024-04-29 09:54:21 -07:00 committed by Facebook GitHub Bot
parent cbe41fab17
commit c06eb61950

View File

@ -50,3 +50,12 @@ endif()
if(NOT proxygen_FIND_QUIETLY)
message(STATUS "Found proxygen: ${PACKAGE_PREFIX_DIR}")
endif()
set(proxygen_LIBRARIES
proxygen::proxygen
proxygen::proxygencurl
proxygen::proxygendeviousbaton
proxygen::proxygenhqloggerhelper
proxygen::proxygenhttpserver
proxygen::proxygenhqserver
)