Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Mario Botsch committed Jul 15, 2019
2 parents 009d97c + 280f543 commit 2cb1c7c
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions docs/installation.md
Expand Up @@ -131,6 +131,16 @@ This way, you can simply link your own target against pmp-library

target_link_libraries(your_target pmp)

### Note

The usage described above is currently limited to the @ref core and @ref
algorithms modules of the pmp-library. If you want to use the @ref visualization
module you need to link your target against `pmp_vis` and its dependencies:
`stb_image`, `imgui`, `glfw`, `glew`, as well as your platform OpenGL
library. In this case, however, we recommend to use
the [project template](https://github.com/pmp-library/pmp-template), see also
[Quickstart](quickstart.html) .

## Build Options


Expand Down

0 comments on commit 2cb1c7c

Please sign in to comment.