mirror of
https://github.com/facebook/sapling.git
synced 2025-01-04 03:06:30 +03:00
Rename generated client source file
Summary: [Thrift] Rename generated client source file for consistency with the recently-added header. The new generated client source file is `{Service}AsyncClient.cpp`. Reviewed By: stevegury Differential Revision: D9174822 fbshipit-source-id: 49a050a96d3f583fdb5ad56545ca4a16d31605d7
This commit is contained in:
parent
6f997c4d3f
commit
45b6f1e59f
@ -61,7 +61,7 @@ function(add_thrift_cpp2_library LIB_NAME THRIFT_FILE)
|
||||
)
|
||||
list(APPEND generated_sources
|
||||
${output_dir}/gen-cpp2/${service}.cpp
|
||||
${output_dir}/gen-cpp2/${service}_client.cpp
|
||||
${output_dir}/gen-cpp2/${service}AsyncClient.cpp
|
||||
${output_dir}/gen-cpp2/${service}_processmap_binary.cpp
|
||||
${output_dir}/gen-cpp2/${service}_processmap_compact.cpp
|
||||
)
|
||||
|
Loading…
Reference in New Issue
Block a user