Adding asmjit.

This commit is contained in:
Ben Vanik
2013-05-23 17:30:13 -07:00
parent eee856be04
commit 4eafb6b070
4 changed files with 104 additions and 0 deletions

View File

@@ -2,6 +2,7 @@
{
'includes': [
'tools/tools.gypi',
'third_party/asmjit.gypi',
'third_party/gflags.gypi',
'third_party/sparsehash.gypi',
],
@@ -13,10 +14,12 @@
'type': '<(library)',
'dependencies': [
'asmjit',
'gflags',
'third_party/libjit/libjit.gyp:libjit',
],
'export_dependent_settings': [
'asmjit',
'gflags',
'third_party/libjit/libjit.gyp:libjit',
],