aboutsummaryrefslogtreecommitdiffhomepage
path: root/gyp/dm.gyp
diff options
context:
space:
mode:
Diffstat (limited to 'gyp/dm.gyp')
-rw-r--r--gyp/dm.gyp3
1 files changed, 3 insertions, 0 deletions
diff --git a/gyp/dm.gyp b/gyp/dm.gyp
index 55f5f9bd14..db509938db 100644
--- a/gyp/dm.gyp
+++ b/gyp/dm.gyp
@@ -7,6 +7,7 @@
'target_name': 'dm',
'type': 'executable',
'include_dirs': [
+ '../bench',
'../dm',
'../gm',
'../tests',
@@ -20,12 +21,14 @@
'../tools',
],
'includes': [
+ 'bench.gypi',
'gmslides.gypi',
'pathops_unittest.gypi',
'tests.gypi',
],
'sources': [
'../dm/DM.cpp',
+ '../dm/DMBenchTask.cpp',
'../dm/DMCpuTask.cpp',
'../dm/DMExpectationsTask.cpp',
'../dm/DMGpuTask.cpp',