mirror of
https://github.com/QuasarApp/qTbot.git
synced 2025-04-28 06:44:32 +00:00
Update README.md
Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
e624ec721d
commit
be1dfd5ec6
@ -6,17 +6,17 @@ At this time This library supports next platforms:
|
||||
|
||||
## Build and Include
|
||||
* cd yourRepo
|
||||
* git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of Heart into your repo like submodule
|
||||
* git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of qTbot into your repo like submodule
|
||||
* git submodule update --init --recursive
|
||||
* Include in your CMakeLists.txt file the main CMakeLists.txt file of Heart library
|
||||
* Include in your CMakeLists.txt file the main CMakeLists.txt file of qTbot library
|
||||
|
||||
```cmake
|
||||
add_subdirectory(easyssl)
|
||||
add_subdirectory(qTbot)
|
||||
```
|
||||
|
||||
* link the Heart library to your target
|
||||
```cmake
|
||||
target_link_libraries(yourLib PUBLIC easyssl)
|
||||
target_link_libraries(yourLib PUBLIC qTbot)
|
||||
```
|
||||
* rebuild yuor project
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user