0
0
mirror of https://github.com/fralx/LimeReport.git synced 2025-10-01 03:29:49 +03:00

Easyprofiler added

This commit is contained in:
Arin Alexander
2018-02-28 23:19:04 +03:00
parent edb89544f8
commit 6ad35d63be
218 changed files with 36639 additions and 17 deletions

6
3rdparty/easyprofiler/appveyor.bat vendored Normal file
View File

@@ -0,0 +1,6 @@
mkdir build_msvc
cd build_msvc
cmake -G "%GENERATOR%" ../
cmake --build . --config Release
goto :EOF