You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Whilst the README.md does callout the build instructions as:
Build the project (it can be built by opening the folder in Visual Studio 2022).
The build is CMake-based, and has a CMakePresets.json, so I'd have thought that it would be buildable with CMake presets. But the CMakePresets.json file only contains 'configurePresets', which means I can configure the build though presets, but I can't build it. Adding 'buildPresets' would make the cmake build much easier. I manually added the following after the 'configurePresets' JSON:
Whilst the README.md does callout the build instructions as:
The build is CMake-based, and has a CMakePresets.json, so I'd have thought that it would be buildable with CMake presets. But the CMakePresets.json file only contains 'configurePresets', which means I can configure the build though presets, but I can't build it. Adding 'buildPresets' would make the cmake build much easier. I manually added the following after the 'configurePresets' JSON:
And with that I can build with two commands:
The text was updated successfully, but these errors were encountered: