Skip to content

Commit

Permalink
Merge pull request #19 from eevictor/patch-1
Browse files Browse the repository at this point in the history
Update quickstart.rst
  • Loading branch information
kimkulling committed Jun 8, 2022
2 parents ef556df + 4a77310 commit 1555482
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions source/about/quickstart.rst
Original file line number Diff line number Diff line change
Expand Up @@ -101,12 +101,12 @@ The Assimp-package can be built as DLL. You just need to run the default cmake r
Assimp static lib
-----------------

The Assimp-package can be build as a static library as well. Do do so just set the configuration variable **BUILD_SHARED_LIBS**
The Assimp-package can be build as a static library as well. To do so just set the configuration variable **BUILD_SHARED_LIBS**
to off during the cmake run. For example:

::

cmake CMakeLists.txt -G "Ninja" -BUILD_SHARED_LIBS=ON
cmake CMakeLists.txt -G "Ninja" -BUILD_SHARED_LIBS=OFF

will generate a static library buid by Ninja.

Expand Down

0 comments on commit 1555482

Please sign in to comment.