Add vcpkg support
Compare changes
- Joscha Schmiedt authored
- include manual copy of grpc-cpp-plugin
+ 10
− 3
@@ -22,7 +22,7 @@ which have ``make`` installed, type this in your command line terminal:
@@ -22,7 +22,7 @@ which have ``make`` installed, type this in your command line terminal:
@@ -31,12 +31,19 @@ a submodule in the project. To install the dependencies, run the following comma
@@ -31,12 +31,19 @@ a submodule in the project. To install the dependencies, run the following comma
cmake -S .. -B . -DCMAKE_TOOLCHAIN_FILE=../vcpkg/scripts/buildsystems/vcpkg.cmake -DVCPKG_TARGET_TRIPLET=x64-linux
@@ -49,7 +56,7 @@ package manager. The compiler must support the C++17 standard.
@@ -49,7 +56,7 @@ package manager. The compiler must support the C++17 standard.