SFML community forums

Help => General => Topic started by: dirtycode on September 16, 2019, 05:04:33 pm

Title: How to add imgui to android project with Android.mk?
Post by: dirtycode on September 16, 2019, 05:04:33 pm
Hello
i want to add imgui to android project but i can not work with Android.mk.
in desktop game i add imgui with Scons build system and it works.
so in android how to add 2 directories (imgui , sfimgui) files (*.cpp and *.h) and then include in game?