mirror of
https://github.com/Xahau/xahaud.git
synced 2025-12-06 17:27:52 +00:00
11 lines
230 B
Markdown
11 lines
230 B
Markdown
# Build output directory
|
|
|
|
To build examples and tests for 64-bit on Windows, change to
|
|
this directory and use:
|
|
|
|
```
|
|
cmake -G"Visual Studio 14 2015 Win64" ..
|
|
```
|
|
|
|
For later versions of Visual Studio edit the string as appropriate.
|