mirror of
https://github.com/krahets/hello-algo.git
synced 2025-07-06 14:27:26 +08:00
fix(cpp): cmake compile my_list.cpp
for target list (#1025)
This commit is contained in:
@ -1,4 +1,4 @@
|
||||
add_executable(array array.cpp)
|
||||
add_executable(linked_list linked_list.cpp)
|
||||
add_executable(list my_list.cpp)
|
||||
add_executable(my_list my_list.cpp)
|
||||
add_executable(list list.cpp)
|
||||
add_executable(my_list my_list.cpp)
|
||||
|
Reference in New Issue
Block a user