Closed walbourn closed 2 years ago
CMake 3.20 allows the removal of some string hacks for /Wall and /GR- for CMAKE_CXX_FLAGS.
/Wall
/GR-
CMAKE_CXX_FLAGS
Also integrates the test suite if present. CTest support added to the test suite in this PR: https://github.com/walbourn/directxmeshtest/pull/11
Parts of this PR were submitted via https://github.com/microsoft/DirectXMesh/commit/f7fc17651b936ad7d8ddcd416b52c567f2e2e184
CMake 3.20 allows the removal of some string hacks for
/Wall
and/GR-
forCMAKE_CXX_FLAGS
.Also integrates the test suite if present. CTest support added to the test suite in this PR: https://github.com/walbourn/directxmeshtest/pull/11