aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/tools.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/tools.gyp')
-rw-r--r--gyp/tools.gyp14
1 files changed, 14 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp
index 349b0e068e..04356c690e 100644
--- a/gyp/tools.gyp
+++ b/gyp/tools.gyp
@@ -18,6 +18,7 @@
'skdiff',
'skhello',
'skimage',
+ 'render_pictures',
],
},
{
@@ -62,6 +63,19 @@
'utils.gyp:utils',
],
},
+ {
+ 'target_name': 'render_pictures',
+ 'type': 'executable',
+ 'sources': [
+ '../tools/render_pictures_main.cpp',
+ ],
+ 'dependencies': [
+ 'core.gyp:core',
+ 'images.gyp:images',
+ 'ports.gyp:ports',
+ ],
+ },
+
],
}