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: README.md
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -99,8 +99,8 @@ If you would like to install the library system-wide, then run:
99
99
`$ sudo make install` <br/>
100
100
101
101
On Ubuntu, this will install the library (libbtpp.so) in `/usr/local/lib`. <br/>
102
-
In an external project, just call in your CMakeLists 'find_package(BTpp)' to find the library.
103
-
The include directory is defined as `BTpp_INCLUDE_DIRS` and the libraries to link as `BTpp_LIBRARIES`.
102
+
In an external project, just call in your CMakeLists 'find_package(BTpp)' to find the library. <br/>
103
+
The include directory is defined as `BTpp_INCLUDE_DIRS` and the libraries to link as `BTpp_LIBRARIES`.<br/>
104
104
The repository [my-behavior-tree-project](https://github.com/miccol/my-behavior-tree-project) shows an example on how to use the library once system-wide installed.
0 commit comments