mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-24 10:36:29 +08:00
fix(cpp): cmake compile my_list.cpp
for target list (#1025)
This commit is contained in:
parent
63efa3234c
commit
d06503b50b
1 changed files with 2 additions and 2 deletions
|
@ -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)
|
||||
|
|
Loading…
Reference in a new issue