We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e84dec5 commit 5dffac8Copy full SHA for 5dffac8
docs/dev/lib_dev.rst
@@ -50,9 +50,9 @@ Configuring the liblsl project
50
51
.. code:: bash
52
53
-cd liblsl
54
-mkdir build && cd build
55
-cmake .. -G <generator name>
+ cd liblsl
+ mkdir build && cd build
+ cmake .. -G <generator name>
56
57
Note: call :cmd:`cmake -G` without a generator name to get a list of available generators.
58
I use :cmd:`cmake .. -G "Visual Studio 16 2019" -A x64`
0 commit comments