Skip to content

Instantly share code, notes, and snippets.

@nd-0r
Created May 2, 2023 08:17
Show Gist options
  • Save nd-0r/a35f42314fc5d91791c19b973b7a2976 to your computer and use it in GitHub Desktop.
Save nd-0r/a35f42314fc5d91791c19b973b7a2976 to your computer and use it in GitHub Desktop.
How to link against protobuf on MacOS
c++ -std=c++14 add_person.cc addressbook.pb.cc -o add_person_cpp `pkg-config --cflags --libs protobuf`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment