Skip to content
Snippets Groups Projects
Commit 099046f0 authored by David Bergström's avatar David Bergström
Browse files

Add shell script equivalent of bat file

parent 4a709fb8
No related branches found
No related tags found
No related merge requests found
#!/bin/sh
mkdir build
cd build
"C:\Program Files\CMake\bin\cmake" .. -G "Visual Studio 15 Win64"
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment