mirror of
https://github.com/python-LimeReport/LimeReport.git
synced 2024-12-26 05:18:11 +03: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
|