0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00
easy_profiler/appveyor.bat

7 lines
103 B
Batchfile
Raw Normal View History

2017-08-29 23:26:08 +03:00
mkdir build_msvc
cd build_msvc
cmake -G "%GENERATOR%" ../
cmake --build . --config Release
goto :EOF