From 246e8b52bb895c55057febb331ef512165a6ea19 Mon Sep 17 00:00:00 2001 From: Jakob Buchgraber Date: Wed, 18 Feb 2015 13:26:48 -0800 Subject: Add build file and instructions to examples directory. Fixes #43 --- settings.gradle | 2 ++ 1 file changed, 2 insertions(+) (limited to 'settings.gradle') diff --git a/settings.gradle b/settings.gradle index 1175a681d..f7c6509b5 100644 --- a/settings.gradle +++ b/settings.gradle @@ -9,6 +9,7 @@ include ":grpc-compiler" include ":grpc-integration-testing" include ":grpc-all" include ":grpc-benchmarks" +include ":grpc-examples" project(':grpc-core').projectDir = "$rootDir/core" as File project(':grpc-stub').projectDir = "$rootDir/stub" as File @@ -20,3 +21,4 @@ project(':grpc-compiler').projectDir = "$rootDir/compiler" as File project(':grpc-integration-testing').projectDir = "$rootDir/integration-testing" as File project(':grpc-all').projectDir = "$rootDir/all" as File project(':grpc-benchmarks').projectDir = "$rootDir/benchmarks" as File +project(':grpc-examples').projectDir = "$rootDir/examples" as File -- cgit v1.2.3