Open Infinitusvoid opened 1 year ago
I doubt it will currently compile on VS 2022 due to some dependencies, but for 2019 at least the commandline is
cmake -G "Visual Studio 16 2019" -A x64 -S . -B Build
So try replacing Win64 with -A x64
Thanks @Illation
Changing this :
Into this :
Does not seems to be enought