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 236 forks source link

CMake update for version 3.20 #154

Closed walbourn closed 1 year ago

walbourn commented 1 year ago

CMake 3.20 allows the removal of some string hacks for /Wall and /GR- for CMAKE_CXX_FLAGS.

Also integrates the test suite if present. CTest support added to the test suite in this PR: https://github.com/walbourn/directxmathtest/pull/13