From 9a20532d2223901d5127b2f2ef2c34f7c379274b Mon Sep 17 00:00:00 2001 From: Andrei Yankovich Date: Fri, 2 Dec 2022 10:37:48 +0300 Subject: [PATCH] Update README.md --- README.md | 7 ------- 1 file changed, 7 deletions(-) diff --git a/README.md b/README.md index 33059f5..61e6fe8 100644 --- a/README.md +++ b/README.md @@ -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)