mirror of
https://github.com/krahets/hello-algo.git
synced 2026-06-28 08:34:28 +00:00
3 lines
105 B
CMake
3 lines
105 B
CMake
add_executable(array array.c)
|
|
add_executable(linked_list linked_list.c)
|
|
add_executable(my_list my_list.c) |