Adding imgui.

This commit is contained in:
Ben Vanik
2015-02-21 11:16:24 -08:00
parent 130c11a2ca
commit 9b21dd8874
5 changed files with 35 additions and 0 deletions

View File

@@ -7,6 +7,7 @@
'third_party/beaengine.gypi',
'third_party/gflags.gypi',
'third_party/glew.gypi',
'third_party/imgui.gypi',
'third_party/llvm.gypi',
'third_party/sparsehash.gypi',
'third_party/xxhash.gypi',
@@ -482,6 +483,7 @@
},
'dependencies': [
'imgui',
'libxenia',
],