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 10" ..\..\source && cmake-gui ..\..\source
7