Skip to content
This repository has been archived by the owner on Apr 15, 2020. It is now read-only.

Commit

Permalink
Docs: Wrap to 80
Browse files Browse the repository at this point in the history
  • Loading branch information
ruslo committed Jun 24, 2019
1 parent cc14ed8 commit d10c1a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions docs/packages/pkg/class_loader.rst
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,10 @@ class_loader
- Added by `Krasimir Georgiev <https://github.com/kgeorgiev93>`__ (`pr-1899 <https://github.com/ruslo/hunter/pull/1899>`__)
- Contribution partially as part of work at `SeeByte Ltd. <http://www.seebyte.com>`__

By default ``BUILD_SHARED_LIBS=ON`` used for ``class_loader`` because if linking against ``class_loader`` statically, plugins would
not be loaded correctly at runtime, because both the plugin and the library loading it would use their own copy of ``class_loader``.
By default ``BUILD_SHARED_LIBS=ON`` used for ``class_loader`` because if linking
against ``class_loader`` statically, plugins would not be loaded correctly at
runtime, because both the plugin and the library loading it would use their own
copy of ``class_loader``.

.. literalinclude:: /../examples/class_loader/CMakeLists.txt
:language: cmake
Expand Down

0 comments on commit d10c1a1

Please sign in to comment.