diff options
author | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-07 23:38:34 +0100 |
---|---|---|
committer | Dan Goodliffe <dan@randomdan.homeip.net> | 2024-07-07 23:38:34 +0100 |
commit | 9252616b6f5dbeed0ce67ff1d56cb78cc376e13b (patch) | |
tree | 27a8ae820538d6654f35125d743c2c1be33bbef9 /thirdparty/Jamfile.jam | |
parent | Update Doxyfile, remove comments, exclude thirdparty dir (diff) | |
download | ilt-9252616b6f5dbeed0ce67ff1d56cb78cc376e13b.tar.bz2 ilt-9252616b6f5dbeed0ce67ff1d56cb78cc376e13b.tar.xz ilt-9252616b6f5dbeed0ce67ff1d56cb78cc376e13b.zip |
Build cpp parts of ImGui
Diffstat (limited to 'thirdparty/Jamfile.jam')
-rw-r--r-- | thirdparty/Jamfile.jam | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/thirdparty/Jamfile.jam b/thirdparty/Jamfile.jam index 7a47589..b6ed163 100644 --- a/thirdparty/Jamfile.jam +++ b/thirdparty/Jamfile.jam @@ -14,12 +14,13 @@ lib stb : stb_image.c : ; lib imguisdl2 : - [ glob imgui/imgui*.cpp : imgui/imgui_demo.cpp ] + [ glob imgui/imgui*.cpp imgui/misc/cpp/*.cpp : imgui/imgui_demo.cpp ] imgui/backends/imgui_impl_sdl2.cpp imgui/backends/imgui_impl_opengl3.cpp : <link>static <include>imgui + <include>imgui/misc/cpp <use>..//sdl2 <cflags>-fPIC <warnings>off |