Externals: Add imgui

This commit is contained in:
Stenzek
2018-11-26 20:40:34 +10:00
parent 8d20a173f0
commit cfdbd45105
15 changed files with 28362 additions and 0 deletions

View File

@ -515,6 +515,7 @@ if (_M_X86)
endif()
add_subdirectory(Externals/cpp-optparse)
add_subdirectory(Externals/glslang)
add_subdirectory(Externals/imgui)
find_package(pugixml)
if(NOT pugixml_FOUND)