Skip to content

Commit

Permalink
Make proxygen http server header samples available (installed)
Browse files Browse the repository at this point in the history
Summary:
Make proxygen http server header samples available (installed).
This diff enables to copy the header files from `fbcode/proxygen/httpserver/samples/*.h` to includes installed directory. Then dependencies of this lib can use them

MOQ (Media Over QUIC) depends on HQServer

Reviewed By: lnicco

Differential Revision: D57014991

fbshipit-source-id: 8a0c6210dc2512fc4b6ce3b5bf0f084366fb2047
  • Loading branch information
jordicenzano authored and facebook-github-bot committed May 16, 2024
1 parent 8bd22d7 commit b4e8467
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -250,7 +250,6 @@ file(
*.h
)
list(FILTER PROXYGEN_HTTPSERVER_HEADERS_TOINSTALL EXCLUDE REGEX tests/)
list(FILTER PROXYGEN_HTTPSERVER_HEADERS_TOINSTALL EXCLUDE REGEX samples/)
foreach(header ${PROXYGEN_HTTPSERVER_HEADERS_TOINSTALL})
get_filename_component(header_dir ${header} DIRECTORY)
install(FILES ${header} DESTINATION include/proxygen/httpserver/${header_dir})
Expand Down

0 comments on commit b4e8467

Please sign in to comment.