1
0
mirror of https://github.com/facebook/proxygen.git synced 2025-08-07 07:02:53 +03:00

adding copyright header

Summary: as in the title

Reviewed By: Croohand

Differential Revision: D30041822

fbshipit-source-id: 923158fcba241f5cd2ace8f87fa12083fd22356c
This commit is contained in:
Jan Mazur
2021-08-02 05:54:39 -07:00
committed by Facebook GitHub Bot
parent 686d858d2f
commit 686c12b037

View File

@@ -1,3 +1,5 @@
# Copyright (c) Facebook, Inc. and its affiliates.
include(FBCMakeParseArgs)
set(
@@ -286,4 +288,4 @@ function(install_rust_static_library TARGET)
RENAME ${staticlib_output_name}
DESTINATION ${ARG_INSTALL_DIR}
)
endfunction()
endfunction()