0
0
mirror of https://github.com/fralx/LimeReport.git synced 2024-12-26 01:24:39 +03:00
LimeReport/3rdparty/easyprofiler/appveyor.bat

7 lines
103 B
Batchfile
Raw Normal View History

2018-02-28 23:19:04 +03:00
mkdir build_msvc
cd build_msvc
cmake -G "%GENERATOR%" ../
cmake --build . --config Release
goto :EOF