fix(cpp): cmake compile `my_list.cpp` for target list (#1025)
parent
63efa3234c
commit
d06503b50b
@ -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 new issue