forked from mirror/libbpg
7 lines
239 B
Batchfile
7 lines
239 B
Batchfile
|
@echo off
|
||
|
::
|
||
|
:: run this batch file to create a Visual Studio solution file for this project.
|
||
|
:: See the cmake documentation for other generator targets
|
||
|
::
|
||
|
cmake -G "Visual Studio 9 2008 Win64" ..\..\source && cmake-gui ..\..\source
|