summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--o3d/converter/converter.gyp13
1 files changed, 13 insertions, 0 deletions
diff --git a/o3d/converter/converter.gyp b/o3d/converter/converter.gyp
index fb99ddf..2ac286d 100644
--- a/o3d/converter/converter.gyp
+++ b/o3d/converter/converter.gyp
@@ -36,6 +36,7 @@
'../import/import.gyp:o3dImport',
'../serializer/serializer.gyp:o3dSerializer',
'../utils/utils.gyp:o3dUtils',
+ 'cgToGLSLConverterScript',
],
'sources': [
'cross/buffer_stub.cc',
@@ -121,6 +122,18 @@
],
],
},
+ {
+ 'target_name': 'cgToGLSLConverterScript',
+ 'type': 'none',
+ 'copies': [
+ {
+ 'destination': '<(PRODUCT_DIR)',
+ 'files': [
+ '../cg_to_glsl/convert.py',
+ ]
+ },
+ ]
+ },
],
}