Closed walbourn closed 3 years ago
Between directx-headers for dxgiformat.h and directxmath, it should be possible to build DirectXMesh for Linux targets.
dxgiformat.h
The work would be done in the source and for CMakeLists.txt, leveraging find_package.
find_package
Useful for non-Windows systems: https://github.com/microsoft/DirectX-Headers/blob/main/include/wsl/winadapter.h
Between directx-headers for
dxgiformat.h
and directxmath, it should be possible to build DirectXMesh for Linux targets.The work would be done in the source and for CMakeLists.txt, leveraging
find_package
.