Research on Compilation

I checked the open source Cesium Native and it’s a great technology
In cesium for ue, these core libraries are compiled into static link libraries
But now how do I compile them into dynamic link libraries
I don’t know if I have expressed my question clearly
But I do need help

Well, right now, you can’t. We haven’t needed dynamic linking for cesium-native, so we haven’t taken the time to enable it. It would need the usual changes to dllexport the public symbols and all that. We’d welcome a pull request to tackle it, but it’s unlikely to be a priority for the team at Cesium in the short term.

Thank you very much for your help

So I don’t have to spend too much time on this anymore

however

I want to make debugging code easy now, instead of packaging static libraries every time

What is the solution? I can directly use Cesium Native instead of compiling it into a static library and then UE can use it

I don’t understand what you’re asking. In what way do static libraries make debugging difficult? What is the solution to what? What do you mean by “directly” using Cesium Native?