Update README instructions

+ Fix incorrect library name for `algorithms/trees/BST` example
+ Update root CMakeLists.txt for major directories to set binary path
+ Add instructions to install CMake LTS with pip
This commit is contained in:
2022-01-07 11:26:00 -05:00
parent 9243ded17b
commit 2845b020ae
23 changed files with 105 additions and 32 deletions

View File

@@ -15,4 +15,6 @@ project (
LANGUAGES CXX
)
set(CMAKE_RUNTIME_OUTPUT_DIRECTORY ${CMAKE_BINARY_DIR}/bin)
add_subdirectory(columnar-transposition)