microsoft / DirectXMath

DirectXMath is an all inline SIMD C++ linear algebra library for use in games and graphics apps
https://walbourn.github.io/introducing-directxmath/
MIT License
1.51k stars 231 forks source link

add pkg-config support. #174

Closed JPeterMugaas closed 6 months ago

walbourn commented 6 months ago

/azp run DirectXMath-GitHub,DirectXMath-GitHub-Dev17,DirectXMath-GitHub-CMake,DirectXMath-GitHub-CMake-Dev17,DirectXMath-GitHub-MinGW,DirectXMath-GitHub-WSL,DirectXMath-GitHub-WSL11

azure-pipelines[bot] commented 6 months ago
Azure Pipelines successfully started running 4 pipeline(s).
lazka commented 4 months ago

Was it on purpose that the includedir doesn't include the directxmath subdirectory? i.e. is it expected that one has to use #include <directxmath/DirectXMath.h> when using pkg-config?

lazka commented 4 months ago

cmake adds it, so I assume this is a bug.

walbourn commented 4 months ago

https://github.com/microsoft/DirectXMath/pull/188