diff options
Diffstat (limited to 'gyp')
-rw-r--r-- | gyp/tools.gyp | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/gyp/tools.gyp b/gyp/tools.gyp index 04356c690e..a43b811b3e 100644 --- a/gyp/tools.gyp +++ b/gyp/tools.gyp @@ -19,6 +19,7 @@ 'skhello', 'skimage', 'render_pictures', + 'pinspect', ], }, { @@ -75,6 +76,20 @@ 'ports.gyp:ports', ], }, + { + 'target_name': 'pinspect', + 'type': 'executable', + 'sources': [ + '../tools/pinspect.cpp', + ], + 'dependencies': [ + 'core.gyp:core', + 'effects.gyp:effects', + 'images.gyp:images', + 'ports.gyp:ports', + 'utils.gyp:utils', + ], + }, ], } |