mirror of
https://github.com/krahets/hello-algo.git
synced 2026-04-25 11:04:18 +08:00
Add the initial EN translation for C++ code (#1346)
This commit is contained in:
5
en/codes/cpp/chapter_graph/CMakeLists.txt
Normal file
5
en/codes/cpp/chapter_graph/CMakeLists.txt
Normal file
@@ -0,0 +1,5 @@
|
||||
add_executable(graph_bfs graph_bfs.cpp)
|
||||
add_executable(graph_dfs graph_dfs.cpp)
|
||||
# add_executable(graph_adjacency_list graph_adjacency_list.cpp)
|
||||
add_executable(graph_adjacency_list_test graph_adjacency_list_test.cpp)
|
||||
add_executable(graph_adjacency_matrix graph_adjacency_matrix.cpp)
|
||||
Reference in New Issue
Block a user