You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It can be done in alot of different ways: several shared libraries, only one shared library ...
My best advise is to compile it as only one shared library along with some implementation (glfw or sdl2 for example)
This can be seen in https://github.com/sonoro1234/LuaJIT-ImGui/blob/master/CMakeLists.txt
Hello, how to compile the library into shared library? For some reason there isn't any makefile or instructions how to compile it.
The text was updated successfully, but these errors were encountered: