This website requires JavaScript.
Explore
Help
Sign In
github_mirrors
/
hello-algo
Watch
1
Star
0
Fork
0
You've already forked hello-algo
mirror of
https://github.com/krahets/hello-algo.git
synced
2025-02-02 22:43:50 +08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
7d708b4fce
hello-algo
/
codes
/
cpp
/
chapter_heap
/
CMakeLists.txt
4 lines
98 B
CMake
Raw
Normal View
History
Unescape
Escape
Add cpp codes cmake build method (#419) * feat(codes/cpp): Add cmake build method * feat(codes/cpp): Modify the cpp support version to c++17 * feat(codes/cpp): fix graph_adjacency_list.cpp cannot be compiled into an executable * style(codes/cpp): Adjust the code to enhance compatibility. * feat(codes/cpp): Change cpp version from 17 to 11.
2023-03-14 20:40:33 +08:00
add_executable
(
heap
heap.cpp
)
add_executable
(
my_heap
my_heap.cpp
)
Update cmakelists.txt
2023-06-13 21:16:54 +08:00
add_executable
(
top_k
top_k.cpp
)
Reference in New Issue
Copy Permalink