The current build system relies on Visual Studio 2019, which is outdated and somewhat difficult to work with.
After some analysis, I believe the project can be built more cleanly with a simple CMakeLists.txt. I tested this approach in my local fork and it works well. You can check the commit here:
ca6e849
The current build system relies on Visual Studio 2019, which is outdated and somewhat difficult to work with.
After some analysis, I believe the project can be built more cleanly with a simple
CMakeLists.txt. I tested this approach in my local fork and it works well. You can check the commit here:ca6e849