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.54k stars 238 forks source link

CMake package support #120

Closed walbourn closed 3 years ago

walbourn commented 3 years ago

This PR updates the CMake support in DirectXMath to support find_package(directxmath CONFIG):

find_package(directxmath CONFIG REQUIRED)

target_link_libraries(foo Microsoft::DirectXMath)