add_executable(array array.cpp) add_executable(linked_list linked_list.cpp) add_executable(list list.cpp) add_executable(my_list my_list.cpp)