CMakeLists.txt 131 B

1234
  1. add_library(common_hdfs hdfs.cc base64.cc datatransfer_sasl.cc sasl_digest_md5.cc status.cc)
  2. add_dependencies(common_hdfs proto)