mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-27 04:06:28 +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)
|