mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-25 13:06:30 +08:00
4 lines
142 B
CMake
4 lines
142 B
CMake
add_executable(array array.cpp)
|
|
add_executable(linked_list linked_list.cpp)
|
|
add_executable(list list.cpp)
|
|
add_executable(my_list my_list.cpp)
|