For Windows, make sure to have the Build Tools for Visual Studio 2022
mkdir build
cd build
Use a build system of your choice. Ninja is recommended.
cmake .. -G Ninja
ninja
| Name | Name | Last commit date | ||
|---|---|---|---|---|
For Windows, make sure to have the Build Tools for Visual Studio 2022
mkdir build
cd build
Use a build system of your choice. Ninja is recommended.
cmake .. -G Ninja
ninja