apache / brpc

brpc is an Industrial-grade RPC framework using C++ Language, which is often used in high performance system such as Search, Storage, Machine learning, Advertisement, Recommendation etc. "brpc" means "better RPC".
https://brpc.apache.org
Apache License 2.0
16.56k stars 3.98k forks source link

fix unittest on cmake #2771

Closed zhooooong closed 2 months ago

zhooooong commented 2 months ago

What problem does this PR solve?

Issue Number: https://github.com/apache/brpc/issues/2770

Problem Summary: cmake编译unittest失败

What is changed and the side effects?

Changed: cmake编译脚本加入缺失的文件

Side effects:


Check List: