mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 06:16:29 +08:00
4 lines
144 B
CMake
4 lines
144 B
CMake
|
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)
|