linuxOS_AP06/external/mpp/build/vc12-x86_64/make-solutions.bat

9 lines
237 B
Batchfile
Raw Permalink Normal View History

2025-06-03 04:28:32 +00:00
@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 12 Win64" ../../ && cmake-gui ../../
::pause on