mirror of
https://github.com/yse/easy_profiler.git
synced 2024-12-27 00:31:02 +08:00
7 lines
103 B
Batchfile
7 lines
103 B
Batchfile
|
mkdir build_msvc
|
||
|
cd build_msvc
|
||
|
cmake -G "%GENERATOR%" ../
|
||
|
cmake --build . --config Release
|
||
|
|
||
|
goto :EOF
|