AVL Tree refactor
This commit is contained in:
parent
be6b821a40
commit
aafecb8359
8 changed files with 511 additions and 376 deletions
|
|
@ -5,6 +5,7 @@ file(GLOB SOURCES "./private/*.cpp")
|
|||
file(GLOB HEADERS "./public/*.hpp")
|
||||
add_library(${PROJECT_NAME} STATIC ${SOURCES} ${HEADERS})
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ./public/)
|
||||
target_include_directories(${PROJECT_NAME} PUBLIC ./private/)
|
||||
target_link_libraries(${PROJECT_NAME} PUBLIC Modules)
|
||||
|
||||
### -------------------------- Tests -------------------------- ###
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue