Update cmakelists.txt

This commit is contained in:
krahets
2023-06-13 21:16:54 +08:00
parent 6c372542ae
commit d3e597af94
5 changed files with 10 additions and 4 deletions

View File

@ -1,2 +1,3 @@
add_executable(heap heap.cpp)
add_executable(my_heap my_heap.cpp)
add_executable(top_k top_k.cpp)