Skip to content

Commit

Permalink
Add mention of sol2::sol2 alias in build.rst
Browse files Browse the repository at this point in the history
  • Loading branch information
eliasdaler authored and ThePhD committed Feb 16, 2023
1 parent 19898d8 commit eab1430
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion documentation/source/build.rst
Expand Up @@ -3,7 +3,7 @@ build

sol2 is a header-only library.

sol2 comes with a CMake script in the top level. It is primarily made for building and running the examples and tests, but it includes exported and configured targets (``sol2``, ``sol2_single``) for your use.
sol2 comes with a CMake script in the top level. It is primarily made for building and running the examples and tests, but it includes exported and configured targets (``sol2``, ``sol2_single``) for your use. ``sol2::sol2`` alias is defined for the ``sol2`` target as well.

sol2 also comes with a Meson Script. If things stop working, file a bug report.

Expand Down

0 comments on commit eab1430

Please sign in to comment.