2025-05-10 21:49:39 +08:00

9 lines
237 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 10 Win64" ../../ && cmake-gui ../../
::pause on