Update README.md

This commit is contained in:
Andrei Yankovich 2022-12-02 10:37:48 +03:00 committed by GitHub
parent 5e18f988b9
commit 9a20532d22
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -24,13 +24,6 @@ This library consists of two levels (AbstractNode level and DataBaseNode level).
add_subdirectory(Heart)
```
where 1 - is code of build level
1 - AbstractNode
2 - DataBaseNode
3 - NetworkNode
* link the Heart library to your target
```cmake
target_link_libraries(yourLib PUBLIC Heart)