1@echo off 2:: 3:: run this batch file to create a Visual Studio solution file for this project. 4:: See the cmake documentation for other generator targets 5:: 6cmake -G "Visual Studio 12 Win64" ../../ && cmake-gui ../../ 7 8::pause on 9