diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-02 18:20:22 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-02 18:20:22 +0100 |
commit | 9d6d2c0eb21b6295b2668c23f0ef386d5827a83f (patch) | |
tree | ec4bedce6f3a695aa75412f30259e0f791f46f82 /thirdparty | |
parent | Add an InstanceVertices partition perf test (diff) | |
parent | Build ImGui as a static library (diff) | |
download | ilt-9d6d2c0eb21b6295b2668c23f0ef386d5827a83f.tar.bz2 ilt-9d6d2c0eb21b6295b2668c23f0ef386d5827a83f.tar.xz ilt-9d6d2c0eb21b6295b2668c23f0ef386d5827a83f.zip |
Psycho-rebased branch imgui on top of main
Diffstat (limited to 'thirdparty')
-rw-r--r-- | thirdparty/Jamfile.jam | 15 | ||||
m--------- | thirdparty/imgui | 0 |
2 files changed, 15 insertions, 0 deletions
diff --git a/thirdparty/Jamfile.jam b/thirdparty/Jamfile.jam index 8b76449..7a47589 100644 --- a/thirdparty/Jamfile.jam +++ b/thirdparty/Jamfile.jam @@ -12,3 +12,18 @@ lib stb : stb_image.c : <warnings>off <warnings-as-errors>off ; + +lib imguisdl2 : + [ glob imgui/imgui*.cpp : imgui/imgui_demo.cpp ] + imgui/backends/imgui_impl_sdl2.cpp + imgui/backends/imgui_impl_opengl3.cpp + : + <link>static + <include>imgui + <use>..//sdl2 + <cflags>-fPIC + <warnings>off + <warnings-as-errors>off + : : + <include>imgui + ; diff --git a/thirdparty/imgui b/thirdparty/imgui new file mode 160000 +Subproject 2db79d0868f7b02d26f7557a72504a0b6f84493 |