You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: source/include-link.txt
+4-4
Original file line number
Diff line number
Diff line change
@@ -47,6 +47,7 @@ The examples on this page reference {+driver-short+} library targets. Examples i
47
47
The availability of targets depends on the particular installation method.
48
48
49
49
.. _cpp-include-cmake:
50
+
50
51
CMake
51
52
-----
52
53
@@ -83,8 +84,7 @@ After installing the {+driver-short+}, you can use CMake's ``find_package`` comm
83
84
To use the ``find_package`` command, create a ``CMakeLists.txt`` file in your project directory. The following example creates a ``CMakeLists.txt`` file in the ``/home/user/project1`` project directory that uses ``find_package``:
Then, run the following commands to build your project:
90
90
@@ -140,8 +140,7 @@ Alternatively, you can use CMake's ``add_subdirectory`` command without installi
140
140
To use the ``add_subdirectory`` command, create a ``CMakeLists.txt`` file in your project directory. The following example creates a ``CMakeLists.txt`` file in the ``/home/user/project2`` project directory that uses ``add_subdirectory``:
0 commit comments