Skip to content
Snippets Groups Projects
Commit bce5db50 authored by Constantin P.'s avatar Constantin P. 💬 Committed by dmitriy.gerasimov
Browse files

Features 4515

parent 147d3c41
No related branches found
No related tags found
No related merge requests found
IF not exist %1 (
mkdir %1
)
cmake -S %2 -G "MinGW Makefiles" -D CMAKE_BUILD_TYPE=Release -D CMAKE_RUNTIME_OUTPUT_DIRECTORY=%1
mingw32-make
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment