We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9b34110 commit 8aef0edCopy full SHA for 8aef0ed
README.rst
@@ -77,6 +77,8 @@ target as needed.
77
Alternatively, glog can be incorporated into using the CMake command
78
:cmake:`add_subdirectory` to include glog directly from a subdirectory of your
79
project by replacing the :cmake:`find_package` call from the previous snippet by
80
+:cmake:`add_subdirectory`. The CMake official `document <https://cmake.org/cmake/help/latest/module/FetchContent.html#overview>`__
81
+shows the way that enables glog in your CMake project via :cmake:`FetchContent` and
82
:cmake:`add_subdirectory`. The :cmake:`glog::glog` target is in this case an
83
:cmake:`ALIAS` library target for the ``glog`` library target.
84
0 commit comments