-
Notifications
You must be signed in to change notification settings - Fork 2
Home
Chuck Walbourn edited this page May 14, 2024
·
12 revisions
This is a repository for the test suite for DirectXMesh on GitHub.
- Install git
- Install and initialize git-LFS
- Install CMake, Ninja, and MSVC or clang/LLVM for Windows
git clone https://github.com/walbourn/directxmeshmedia.git
git clone https://github.com/Microsoft/DirectXMesh.git
cd DirectXMesh
git clone https://github.com/walbourn/directxmeshtest.git Tests
git clone https://github.com/Microsoft/DirectXMesh.wiki.git wiki
Create an environment variable DIRECTXMESH_MEDIA_PATH
to point to the clone of directxmeshmedia.
Test media is not included in the repository. A copy of these test files are hosted here.
CTest is supported
cd DirectXMesh
cmake --preset=x64-Debug
cmake build out\build\x64-Debug
ctest --preset=x64-Debug
All content and source code for this package are subject to the terms of the MIT License.
This project has adopted the Microsoft Open Source Code of Conduct. For more information see the Code of Conduct FAQ or contact opencode@microsoft.com with any additional questions or comments.