shaochuan / cmake-protobuf-exampleLinks
Minimal example of using CMake to manage C++ project with protobuf.
☆157Updated 2 years ago
Alternatives and similar repositories for cmake-protobuf-example
Users that are interested in cmake-protobuf-example are comparing it to the libraries listed below
Sorting:
- gRPC C++ example with CMake☆194Updated 6 years ago
- Example cmake project for grpc / protobuf☆125Updated 4 months ago
- Debugging C++ in a Docker Container with CLion IDE☆224Updated 2 years ago
- CMake: config mode of find_package command (examples)☆403Updated 4 years ago
- ☆204Updated 3 years ago
- Contains the slides and examples for my "More Modern CMake" and "Oh No! More Modern CMake" talks from "Meeting C++" 2018 and 2019☆172Updated 5 years ago
- C++14 Finite State Machine library☆176Updated 4 years ago
- Unit test demo using Google Test.☆367Updated 4 years ago
- CMake modules to help use sanitizers☆398Updated 9 months ago
- SIGSEGV handler which prints the debug stack trace for C/C++ projects on Linux. It is configurable and rather robust.☆185Updated 3 years ago
- An OS-agnostic C++ library template in plain CMake.☆371Updated 4 years ago
- Example project which demonstrates various CMake features.☆142Updated 4 years ago
- Common CMake modules☆156Updated last year
- A mini eBook on using Boost::statechart library for creating state machines in C++☆92Updated 2 years ago
- A slimline C++ class for parsing command-line arguments, with an interface similar to python's class of the same name☆267Updated 5 years ago
- Framework for building asynchronous, multi-threaded gRPC services☆142Updated 4 years ago
- A set of cmake modules to assist in building code☆290Updated 4 years ago
- Samples for Learning Modern CMake☆240Updated 8 years ago
- ☆146Updated last year
- Example library that shows best practices and proper usage of CMake by using targets☆675Updated 4 years ago
- Lightweight finite state machine framework for C++11☆166Updated 3 years ago
- ☆139Updated last year
- A sample project using GoogleTest with CMake