Closed ttyhhu closed 2 years ago
This is probably because cmake isn't installed on your machine. To run it via powershell/command line you need to download it from their website: https://cmake.org/
You can build cmake projects directly in Visual Studio, which is probably what you did here, but I don't have much experience with that feature. I think there are some differences between running cmake on the command line but if it works then you should be fine.
I see. Thank you! :)
cmake in terminal wouldn't work but I can build with the build button below.