mirror of
https://github.com/krahets/hello-algo.git
synced 2024-12-26 16:36:29 +08:00
3 lines
No EOL
105 B
CMake
3 lines
No EOL
105 B
CMake
add_executable(array array.c)
|
|
add_executable(linked_list linked_list.c)
|
|
add_executable(my_list my_list.c) |