0
0
mirror of https://github.com/yse/easy_profiler.git synced 2024-12-27 00:31:02 +08:00
easy_profiler/appveyor.bat
Sergey Yagovtsev c745e0c303 Win CI
2017-08-29 23:26:08 +03:00

7 lines
103 B
Batchfile

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