Skip to content

C++ project demo build with CMake using third party gRPC, gtest and JSON

License

Notifications You must be signed in to change notification settings

bumzy/cmake-demo

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

27 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

cmake-demo

C++ project demo build with CMake using third party gRPC, gtest and JSON

Environment

Ubuntu

  • sudo apt install cmake build-essential

Build

  • cmake version >= 3.5
  • git clone --recursive ... or git pull && git submodule update --recursive --init
  • mkdir build && cd build
  • cmake ..
  • make

Add Third Party

Fetch

CMake Example

About

C++ project demo build with CMake using third party gRPC, gtest and JSON

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published