Skip to content

Commit

Permalink
fix docs [ci skip]
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Parfenov <a1994ndrey@gmail.com>
  • Loading branch information
Andrey1994 committed Nov 14, 2019
1 parent 1723744 commit 4cc497a
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions docs/Examples.rst
Expand Up @@ -33,6 +33,13 @@ C# sample
C++ sample
-----------

**Make sure that compiled dynamic libraries exist in search path before running an executable, do one of:**

- for Linux and MacOS add them to LD_LIBRARY_PATH env variable
- for Windows add them to PATH env variable
- or just copypaste them to the folder where your executable is located


.. literalinclude:: ../tests/cpp/CMakeLists.txt
:language: none

Expand Down

0 comments on commit 4cc497a

Please sign in to comment.