红黑树
This commit is contained in:
13
CMakeLists.txt
Normal file
13
CMakeLists.txt
Normal file
@@ -0,0 +1,13 @@
|
||||
cmake_minimum_required(VERSION 3.29)
|
||||
project(DataStruct)
|
||||
|
||||
set(CMAKE_CXX_STANDARD 17)
|
||||
|
||||
include_directories(include)
|
||||
|
||||
add_executable(DataStruct
|
||||
main.cpp
|
||||
src/RedBlackTree.cpp
|
||||
src/HeapSort.cpp
|
||||
include/HeapSort.h
|
||||
)
|
||||
Reference in New Issue
Block a user