Blizzard / s2client-api

StarCraft II Client - C++ library supported on Windows, Linux and Mac designed for building scripted bots and research using the SC2API.
MIT License
1.66k stars 282 forks source link

Add CMake bat script for VS 2019 #308

Open maksimbulva opened 5 years ago

maksimbulva commented 5 years ago

Add .bat file for the latest Visual Studio edition.

Forbidden-Soul commented 5 years ago

I agree. Adding: cd %~dp0 (Change to current file's directory) to the 1st line of all CMake .bat scripts would also be helpful. You can just double click and not have to manually open CMD and CD to the project folder ahead of time.