mirror of
https://github.com/QuasarApp/easyssl.git
synced 2025-04-26 04:54:33 +00:00
Update README.md
Signed-off-by: Andrei Yankovich <EndrIIMail@gmail.com>
This commit is contained in:
parent
200e0b3442
commit
d96efdbfa0
@ -14,17 +14,18 @@ This library contains interfaces for the signing and encryption data.
|
|||||||
|
|
||||||
|
|
||||||
## Build and Include
|
## Build and Include
|
||||||
|
### CMake
|
||||||
|
|
||||||
* cd yourRepo
|
* cd yourRepo
|
||||||
* git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of EasySSL into your repo like submodule
|
* git submodule add https://github.com/QuasarApp/easyssl.git # add the repository of EasySSL into your repo like submodule
|
||||||
* git submodule update --init --recursive
|
* 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 EasySSL library
|
||||||
|
|
||||||
```cmake
|
```cmake
|
||||||
add_subdirectory(easyssl)
|
add_subdirectory(easyssl)
|
||||||
```
|
```
|
||||||
|
|
||||||
* link the Heart library to your target
|
* link the EasySSL library to your target
|
||||||
```cmake
|
```cmake
|
||||||
target_link_libraries(yourLib PUBLIC easyssl)
|
target_link_libraries(yourLib PUBLIC easyssl)
|
||||||
```
|
```
|
||||||
|
Loading…
x
Reference in New Issue
Block a user