diff options
Diffstat (limited to 'gpu/demos/demos.gyp')
-rw-r--r-- | gpu/demos/demos.gyp | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/gpu/demos/demos.gyp b/gpu/demos/demos.gyp index addfa0a..9bf55d6 100644 --- a/gpu/demos/demos.gyp +++ b/gpu/demos/demos.gyp @@ -23,6 +23,17 @@ 'app_framework/platform.h', ], }, + { + 'target_name': 'hello_triangle', + 'type': 'executable', + 'dependencies': [ + 'app_framework', + '../../third_party/gles_book_examples/gles_book_examples.gyp:hello_triangle', + ], + 'sources': [ + 'hello_triangle/main.cc', + ], + }, ] } |