0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-01 03:29:49 +03:00
Files
LimeReport/3rdparty/easyprofiler/appveyor.bat
2018-02-28 23:19:14 +03:00

7 lines
103 B
Batchfile

mkdir build_msvc
cd build_msvc
cmake -G "%GENERATOR%" ../
cmake --build . --config Release
goto :EOF