Browse Source

doc: fix order of arguments when building through CMake.

pull/51/head
Vladimír Vondruš 12 years ago
parent
commit
19e82abf7d
  1. 2
      doc/building.dox

2
doc/building.dox

@ -106,7 +106,7 @@ Studio to load:
cd build
cmake -DCMAKE_INSTALL_PREFIX="C:/Sys" ..
cmake --build .
cmake --build --target install .
cmake --build . --target install
If you want to build and install from Visual Studio, just open the `Magnum.sln`
project file generated by CMake in the build directory.

Loading…
Cancel
Save