Advertisement
Guest User

Untitled

a guest
Jul 18th, 2019
79
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.40 KB | None | 0 0
  1. ADD_EXECUTABLE (${PROJECT_NAME}
  2. driver.pb.cc # when commented, there is no linking error
  3. driver.cc
  4. )
  5.  
  6. TARGET_LINK_LIBRARIES(${PROJECT_NAME}
  7. adapter.a
  8. grpc++_unsecure
  9. protobuf
  10. )
  11.  
  12. int main(int argc, const char* argv[]) {
  13. return 0;
  14. }
  15.  
  16. // Generated by the protocol buffer compiler. DO NOT EDIT!
  17. // source: driver.proto
  18. // and so forth .................................
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement