Skip to content
Snippets Groups Projects
Forked from Starcraft AI Course / PyCommandCenter
150 commits behind the upstream repository.
Code owners
Assign users and groups as approvers for specific file changes. Learn more.
create-visual-studio-solution.sh 98 B
#!/bin/sh

mkdir build
cd build
"C:\Program Files\CMake\bin\cmake" .. -G "Visual Studio 15 Win64"