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

1
third_party/imgui vendored Submodule

Submodule third_party/imgui added at 364d4a1ae6

28
third_party/imgui.gypi vendored Normal file
View File

@@ -0,0 +1,28 @@
# Copyright 2015 Ben Vanik. All Rights Reserved.
{
'targets': [
{
'target_name': 'imgui',
'type': '<(library)',
'direct_dependent_settings': {
'include_dirs': [
'imgui/',
],
},
'include_dirs': [
'imgui/',
],
'sources': [
'imgui/imconfig.h',
'imgui/imgui.cpp',
'imgui/imgui.h',
'imgui/stb_rect_pack.h',
'imgui/stb_textedit.h',
'imgui/stb_truetype.h',
],
}
]
}