Skip to content
Snippets Groups Projects
Commit 90884803 authored by Mark Winter's avatar Mark Winter
Browse files

Very short build instructions for cmake

parent 555c55de
No related branches found
No related tags found
No related merge requests found
In Linux Run:
cmake ..
cmake --build .
In Windows Run:
cmake ..
In Windows Run (Use the appropriate generator for your version of msvc):
cmake -G"Visual Studio 15 2017 Win64" ..
cmake --build . --config Release
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