Skip to content

Commit c06eb61

Browse files
jordicenzanofacebook-github-bot
authored andcommitted
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
1 parent cbe41fa commit c06eb61

File tree

1 file changed

+9
-0
lines changed

1 file changed

+9
-0
lines changed

cmake/proxygen-config.cmake.in

Lines changed: 9 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -50,3 +50,12 @@ endif()
5050
if(NOT proxygen_FIND_QUIETLY)
5151
message(STATUS "Found proxygen: ${PACKAGE_PREFIX_DIR}")
5252
endif()
53+
54+
set(proxygen_LIBRARIES
55+
proxygen::proxygen
56+
proxygen::proxygencurl
57+
proxygen::proxygendeviousbaton
58+
proxygen::proxygenhqloggerhelper
59+
proxygen::proxygenhttpserver
60+
proxygen::proxygenhqserver
61+
)

0 commit comments

Comments
 (0)