microsoft / DirectXMesh

DirectXMesh geometry processing library
https://walbourn.github.io/directxmesh/
MIT License
787 stars 151 forks source link

Optionally create shared library for both Windows and Linux. #120

Closed JPeterMugaas closed 9 months ago

JPeterMugaas commented 10 months ago

Also suppress warning that appears only when building shared libraries.

walbourn commented 10 months ago

I only support building these libraries as static libraries, not as DLLs. I don't have a stable C or COM ABI, so there's little to no value in having them be DLLs since each client needs to have a specifically matched version.