Adding beaengine.

This commit is contained in:
Ben Vanik
2013-05-23 17:39:03 -07:00
parent 4eafb6b070
commit 7f4f448369
4 changed files with 39 additions and 0 deletions

View File

@@ -3,6 +3,7 @@
'includes': [
'tools/tools.gypi',
'third_party/asmjit.gypi',
'third_party/beaengine.gypi',
'third_party/gflags.gypi',
'third_party/sparsehash.gypi',
],
@@ -15,11 +16,13 @@
'dependencies': [
'asmjit',
'beaengine',
'gflags',
'third_party/libjit/libjit.gyp:libjit',
],
'export_dependent_settings': [
'asmjit',
'beaengine',
'gflags',
'third_party/libjit/libjit.gyp:libjit',
],