aboutsummaryrefslogtreecommitdiffhomepage
path: root/templates
diff options
context:
space:
mode:
authorGravatar David Garcia Quintas <dgq@google.com>2016-03-01 17:16:25 -0800
committerGravatar David Garcia Quintas <dgq@google.com>2016-03-01 17:16:25 -0800
commita66225957532c1847bc215aa9dbca537ae943526 (patch)
tree8021113bba39b34acbf6cb63945472fa6da91b5b /templates
parent8bcb99a5f829e47358cf902298566c8474dd21dc (diff)
Added comment for gyp
Diffstat (limited to 'templates')
-rw-r--r--templates/README.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/templates/README.md b/templates/README.md
index 283a0f5e7b..eedc6e9c09 100644
--- a/templates/README.md
+++ b/templates/README.md
@@ -20,7 +20,8 @@ Only the structure of the project file is relevant to the template. The actual
list of source code and targets isn't.
We currently have template files for GNU Make, Visual Studio 2013,
-[Bazel](http://bazel.io) and [gyp](https://gyp.gsrc.io/). In the future, we
+[Bazel](http://bazel.io) and [gyp](https://gyp.gsrc.io/) (albeit only for
+Node.js). In the future, we
would like to expand to also generate [cmake](https://cmake.org)
project files, XCode project files, and an Android.mk file allowing to compile
gRPC using Android's NDK.