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:
Yedidya Feldblum 2018-08-07 17:17:19 -07:00 committed by Facebook Github Bot
parent 6f997c4d3f
commit 45b6f1e59f

View File

@ -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
)